diff --git a/src/Directory.Build.props b/src/Directory.Build.props
index 6e21b54..2f20663 100644
--- a/src/Directory.Build.props
+++ b/src/Directory.Build.props
@@ -1,9 +1,9 @@
- 7.4.1.0
- 7.4.1.0
+ 7.4.2.0
+ 7.4.2.0
danieljsummers
Bit Badger Solutions
- 7.4.1
+ 7.4.2
diff --git a/src/PrayerTracker.Data/PrayerTracker.Data.fsproj b/src/PrayerTracker.Data/PrayerTracker.Data.fsproj
index 238ed67..1d7816f 100644
--- a/src/PrayerTracker.Data/PrayerTracker.Data.fsproj
+++ b/src/PrayerTracker.Data/PrayerTracker.Data.fsproj
@@ -14,9 +14,9 @@
-
+
-
+
diff --git a/src/PrayerTracker.Tests/PrayerTracker.Tests.fsproj b/src/PrayerTracker.Tests/PrayerTracker.Tests.fsproj
index 58109c3..5fc7eea 100644
--- a/src/PrayerTracker.Tests/PrayerTracker.Tests.fsproj
+++ b/src/PrayerTracker.Tests/PrayerTracker.Tests.fsproj
@@ -2,7 +2,7 @@
Exe
- netcoreapp3.0
+ netcoreapp3.1
@@ -15,7 +15,7 @@
-
+
diff --git a/src/PrayerTracker.UI/PrayerTracker.UI.fsproj b/src/PrayerTracker.UI/PrayerTracker.UI.fsproj
index 5481751..55d7598 100644
--- a/src/PrayerTracker.UI/PrayerTracker.UI.fsproj
+++ b/src/PrayerTracker.UI/PrayerTracker.UI.fsproj
@@ -19,12 +19,12 @@
-
+
-
+
diff --git a/src/PrayerTracker.sln b/src/PrayerTracker.sln
index f7736bb..706ef59 100644
--- a/src/PrayerTracker.sln
+++ b/src/PrayerTracker.sln
@@ -14,6 +14,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B290BA27-C8B8-44F3-BF01-D103302D815F}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
+ global.json = global.json
EndProjectSection
EndProject
Global
diff --git a/src/PrayerTracker/.config/dotnet-tools.json b/src/PrayerTracker/.config/dotnet-tools.json
new file mode 100644
index 0000000..56e0950
--- /dev/null
+++ b/src/PrayerTracker/.config/dotnet-tools.json
@@ -0,0 +1,12 @@
+{
+ "version": 1,
+ "isRoot": true,
+ "tools": {
+ "dotnet-ef": {
+ "version": "3.1.2",
+ "commands": [
+ "dotnet-ef"
+ ]
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/PrayerTracker/PrayerTracker.fsproj b/src/PrayerTracker/PrayerTracker.fsproj
index bddb697..3b79b96 100644
--- a/src/PrayerTracker/PrayerTracker.fsproj
+++ b/src/PrayerTracker/PrayerTracker.fsproj
@@ -1,7 +1,7 @@
- netcoreapp3.0
+ netcoreapp3.1
@@ -25,8 +25,8 @@
-
-
+
+
diff --git a/src/global.json b/src/global.json
index 2223a05..f1c2b2b 100644
--- a/src/global.json
+++ b/src/global.json
@@ -1,5 +1,5 @@
{
"sdk": {
- "version": "3.0.100"
+ "version": "3.1.101"
}
}
\ No newline at end of file