diff --git a/FunGame.Implement/FunGame.Implement.csproj b/FunGame.Implement/FunGame.Implement.csproj index 03273d4..3a83072 100644 --- a/FunGame.Implement/FunGame.Implement.csproj +++ b/FunGame.Implement/FunGame.Implement.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable ..\bin @@ -25,7 +25,7 @@ - ..\..\FunGame.Core\bin\Debug\net7.0\FunGame.Core.dll + ..\..\FunGame.Core\bin\Debug\net8.0\FunGame.Core.dll diff --git a/FunGame.Server/FunGame.Server.csproj b/FunGame.Server/FunGame.Server.csproj index 838d5d3..c37dfb7 100644 --- a/FunGame.Server/FunGame.Server.csproj +++ b/FunGame.Server/FunGame.Server.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable logo.ico @@ -36,8 +36,7 @@ - ..\..\FunGame.Core\bin\Debug\net7.0\FunGame.Core.dll - True + ..\..\FunGame.Core\bin\Debug\net8.0\FunGame.Core.dll ..\bin\Debug\net7.0\MySql.Data.dll