diff --git a/Server/Server.csproj b/Server/Server.csproj
index 1a94494..0dfbb16 100644
--- a/Server/Server.csproj
+++ b/Server/Server.csproj
@@ -6,8 +6,9 @@
warnings
Linux
Server
- 12
+ default
true
+ net8.0;net7.0
true
strict
Timothy (RaiNote) Schenk
@@ -19,7 +20,6 @@
True
LICENSE
latest-recommended
- net8.0
@@ -41,21 +41,21 @@
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
-
-
+
+
-
-
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
@@ -63,20 +63,16 @@
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
@@ -93,7 +89,6 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
-
diff --git a/global.json b/global.json
index fe2a068..7fd6a2a 100644
--- a/global.json
+++ b/global.json
@@ -1,8 +1,7 @@
{
"sdk": {
- "version": "8.0.100",
- "rollForward": "latestMinor",
- "allowPrerelease": false
+ "version": "7.0.404",
+ "rollForward": "latestMajor",
+ "allowPrerelease": true
}
-}
-
+}
\ No newline at end of file