diff --git a/Directory.Build.props b/Directory.Build.props
index d936912..a39b0d7 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -1,7 +1,7 @@
Axolotl
- 8.0.5
+ 9.0.0
radioActive DROID
Personal shared utility library
git
@@ -24,29 +24,4 @@
true
icon.jpg
-
-
- net7.0;net8.0
- enable
- enable
- 12.0
- 7.0.47
-
-
-
- 7.0.0
- 7.0.14
- 7.0.0
- 7.0.14
- 7.1.6
-
-
-
- 8.0.0
- 8.0.0
- 8.0.0
- 8.0.0
- 8.0.0
-
-
-
\ No newline at end of file
+
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 7615d17..8519993 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -2,13 +2,40 @@
true
+ net8.0;net9.0
+ enable
+ enable
+ 13.0
+
+ 8.0.0
+ 8.0.11
+ 8.0.0
+ 8.0.11
+
+
+
+ 8.0.0
+ 9.0.0
+ 9.0.0
+ 9.0.0
+
+
+
+
+
+
+
+
+
+
+
+
-
@@ -35,11 +62,10 @@
-
-
-
-
-
-
+
+
+
+
+
-
\ No newline at end of file
+
diff --git a/global.json b/global.json
index db32db3..00e1a9f 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "8.0.200",
+ "version": "9.0.100",
"rollForward": "latestPatch"
},
"scripts": {
@@ -14,4 +14,4 @@
"m:init": "dotnet ef migrations add --project samples/aspnet-sample/Axolotl.AspNetSample.csproj --configuration Debug Initial --output-dir Migrations",
"m:update": "dotnet ef database update --project samples/aspnet-sample/Axolotl.AspNetSample.csproj --configuration Debug"
}
-}
\ No newline at end of file
+}