diff --git a/VSharp.ML.GameServer.Runner/VSharp.ML.GameServer.Runner.fsproj b/VSharp.ML.GameServer.Runner/VSharp.ML.GameServer.Runner.fsproj index 65c8644a3..dee22f096 100644 --- a/VSharp.ML.GameServer.Runner/VSharp.ML.GameServer.Runner.fsproj +++ b/VSharp.ML.GameServer.Runner/VSharp.ML.GameServer.Runner.fsproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 VSharp.ML.GameServer diff --git a/global.json b/global.json index 3cb4f9622..18b689d10 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "7.0.0", + "version": "8.0.0", "rollForward": "latestMinor", "allowPrerelease": false }