diff --git a/Server/Server.csproj b/Server/Server.csproj
index 854ccf5..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
@@ -55,7 +55,7 @@
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
@@ -63,13 +63,9 @@
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 f7fb55b..7fd6a2a 100644
--- a/global.json
+++ b/global.json
@@ -1,7 +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