From 63691f897bc3d7c541e0d48a32df905c15bf24d0 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 16 May 2024 12:02:01 +0200 Subject: [PATCH] Update app target framework to .NET 8. --- .../Syroot.Worms.Mgame.GameServer.csproj | 2 +- src/tool/Syroot.Worms.Scratchpad/Syroot.Worms.Scratchpad.csproj | 2 +- .../Syroot.Worms.Worms2.GameServer.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tool/Syroot.Worms.Mgame.GameServer/Syroot.Worms.Mgame.GameServer.csproj b/src/tool/Syroot.Worms.Mgame.GameServer/Syroot.Worms.Mgame.GameServer.csproj index e2150e9..2459721 100644 --- a/src/tool/Syroot.Worms.Mgame.GameServer/Syroot.Worms.Mgame.GameServer.csproj +++ b/src/tool/Syroot.Worms.Mgame.GameServer/Syroot.Worms.Mgame.GameServer.csproj @@ -4,7 +4,7 @@ Server latest Exe - netcoreapp3 + net8.0 diff --git a/src/tool/Syroot.Worms.Scratchpad/Syroot.Worms.Scratchpad.csproj b/src/tool/Syroot.Worms.Scratchpad/Syroot.Worms.Scratchpad.csproj index b0f1ae7..dbda899 100644 --- a/src/tool/Syroot.Worms.Scratchpad/Syroot.Worms.Scratchpad.csproj +++ b/src/tool/Syroot.Worms.Scratchpad/Syroot.Worms.Scratchpad.csproj @@ -1,7 +1,7 @@  Exe - netcoreapp3 + net8.0 diff --git a/src/tool/Syroot.Worms.Worms2.GameServer/Syroot.Worms.Worms2.GameServer.csproj b/src/tool/Syroot.Worms.Worms2.GameServer/Syroot.Worms.Worms2.GameServer.csproj index 583bba9..b24a1b0 100644 --- a/src/tool/Syroot.Worms.Worms2.GameServer/Syroot.Worms.Worms2.GameServer.csproj +++ b/src/tool/Syroot.Worms.Worms2.GameServer/Syroot.Worms.Worms2.GameServer.csproj @@ -25,7 +25,7 @@ latest enable Exe - netcoreapp3 + net8.0