diff --git a/benchmarks/NeoServer.Benchmarks/NeoServer.Benchmarks.csproj b/benchmarks/NeoServer.Benchmarks/NeoServer.Benchmarks.csproj index 32b50b7b1..aedff57cc 100644 --- a/benchmarks/NeoServer.Benchmarks/NeoServer.Benchmarks.csproj +++ b/benchmarks/NeoServer.Benchmarks/NeoServer.Benchmarks.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 disable false false @@ -13,24 +13,24 @@ - - - - - + + + + + - - - - + + + + - - - + + + \ No newline at end of file diff --git a/data/extensions/NeoServer.Extensions.csproj b/data/extensions/NeoServer.Extensions.csproj index 55a5d1ffe..60a4802e8 100644 --- a/data/extensions/NeoServer.Extensions.csproj +++ b/data/extensions/NeoServer.Extensions.csproj @@ -1,13 +1,13 @@ - net7.0 + net8.0 - + diff --git a/src/ApplicationServer/NeoServer.Server.Commands/NeoServer.Server.Commands.csproj b/src/ApplicationServer/NeoServer.Server.Commands/NeoServer.Server.Commands.csproj index 1cd019bab..c6cdcfbe5 100644 --- a/src/ApplicationServer/NeoServer.Server.Commands/NeoServer.Server.Commands.csproj +++ b/src/ApplicationServer/NeoServer.Server.Commands/NeoServer.Server.Commands.csproj @@ -1,28 +1,28 @@ - - - + + + - + - - - - - - + + + + + + - + - net7.0 + net8.0 AnyCPU;x64 false diff --git a/src/ApplicationServer/NeoServer.Server.Compiler/NeoServer.Server.Compiler.csproj b/src/ApplicationServer/NeoServer.Server.Compiler/NeoServer.Server.Compiler.csproj index b730ccffe..5681ab258 100644 --- a/src/ApplicationServer/NeoServer.Server.Compiler/NeoServer.Server.Compiler.csproj +++ b/src/ApplicationServer/NeoServer.Server.Compiler/NeoServer.Server.Compiler.csproj @@ -1,27 +1,27 @@ - net7.0 + net8.0 ec7b0ace-791f-4a46-97cc-5bd34da37651 true false - - - + + + - - - - - - - - + + + + + + + + diff --git a/src/ApplicationServer/NeoServer.Server.Contracts/NeoServer.Server.Common.csproj b/src/ApplicationServer/NeoServer.Server.Contracts/NeoServer.Server.Common.csproj index 6757cbf19..6bb77cee0 100644 --- a/src/ApplicationServer/NeoServer.Server.Contracts/NeoServer.Server.Common.csproj +++ b/src/ApplicationServer/NeoServer.Server.Contracts/NeoServer.Server.Common.csproj @@ -1,15 +1,15 @@  - + - + - net7.0 + net8.0 AnyCPU;x64 false diff --git a/src/ApplicationServer/NeoServer.Server.Events/NeoServer.Server.Events.csproj b/src/ApplicationServer/NeoServer.Server.Events/NeoServer.Server.Events.csproj index 1b25caacf..34a3ae30c 100644 --- a/src/ApplicationServer/NeoServer.Server.Events/NeoServer.Server.Events.csproj +++ b/src/ApplicationServer/NeoServer.Server.Events/NeoServer.Server.Events.csproj @@ -1,22 +1,22 @@ - + - - - - - - - - + + + + + + + + - net7.0 + net8.0 AnyCPU;x64 false diff --git a/src/ApplicationServer/NeoServer.Server.Helpers/NeoServer.Server.Helpers.csproj b/src/ApplicationServer/NeoServer.Server.Helpers/NeoServer.Server.Helpers.csproj index fe479d3e7..53a05cd0e 100644 --- a/src/ApplicationServer/NeoServer.Server.Helpers/NeoServer.Server.Helpers.csproj +++ b/src/ApplicationServer/NeoServer.Server.Helpers/NeoServer.Server.Helpers.csproj @@ -1,19 +1,19 @@ - net7.0 + net8.0 AnyCPU;x64 false - - - + + + - + diff --git a/src/ApplicationServer/NeoServer.Server.Jobs/NeoServer.Server.Jobs.csproj b/src/ApplicationServer/NeoServer.Server.Jobs/NeoServer.Server.Jobs.csproj index 0b96afa65..b3e1bf238 100644 --- a/src/ApplicationServer/NeoServer.Server.Jobs/NeoServer.Server.Jobs.csproj +++ b/src/ApplicationServer/NeoServer.Server.Jobs/NeoServer.Server.Jobs.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 AnyCPU;x64 false diff --git a/src/ApplicationServer/NeoServer.Server.Security/NeoServer.Server.Security.csproj b/src/ApplicationServer/NeoServer.Server.Security/NeoServer.Server.Security.csproj index dd6d7fbdb..1b33e29a5 100644 --- a/src/ApplicationServer/NeoServer.Server.Security/NeoServer.Server.Security.csproj +++ b/src/ApplicationServer/NeoServer.Server.Security/NeoServer.Server.Security.csproj @@ -1,14 +1,14 @@ - net7.0 + net8.0 AnyCPU;x64 false - - + + diff --git a/src/ApplicationServer/NeoServer.Server/NeoServer.Server.csproj b/src/ApplicationServer/NeoServer.Server/NeoServer.Server.csproj index d24b35f3f..1462d9a82 100644 --- a/src/ApplicationServer/NeoServer.Server/NeoServer.Server.csproj +++ b/src/ApplicationServer/NeoServer.Server/NeoServer.Server.csproj @@ -1,27 +1,27 @@  - net7.0 + net8.0 AnyCPU;x64 false - - - + + + - - - + + + - - + + diff --git a/src/Database/NeoServer.Data.InMemory.DataStores/NeoServer.Data.InMemory.DataStores.csproj b/src/Database/NeoServer.Data.InMemory.DataStores/NeoServer.Data.InMemory.DataStores.csproj index 09a9a0001..c108d452b 100644 --- a/src/Database/NeoServer.Data.InMemory.DataStores/NeoServer.Data.InMemory.DataStores.csproj +++ b/src/Database/NeoServer.Data.InMemory.DataStores/NeoServer.Data.InMemory.DataStores.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 false diff --git a/src/Database/NeoServer.Data/NeoServer.Data.csproj b/src/Database/NeoServer.Data/NeoServer.Data.csproj index 15c5ac17f..99e3ce6cd 100644 --- a/src/Database/NeoServer.Data/NeoServer.Data.csproj +++ b/src/Database/NeoServer.Data/NeoServer.Data.csproj @@ -1,27 +1,27 @@ - net7.0 + net8.0 AnyCPU;x64 false - - - - - - - - + + + + + + + + - - + + - + diff --git a/src/Extensions/NeoServer.Scripts.Lua/NeoServer.Scripts.Lua.csproj b/src/Extensions/NeoServer.Scripts.Lua/NeoServer.Scripts.Lua.csproj index 43bb1d3bf..4fc2a2fc2 100644 --- a/src/Extensions/NeoServer.Scripts.Lua/NeoServer.Scripts.Lua.csproj +++ b/src/Extensions/NeoServer.Scripts.Lua/NeoServer.Scripts.Lua.csproj @@ -2,21 +2,21 @@ Library - net7.0 + net8.0 false - - + + - - - - - + + + + + diff --git a/src/GameWorldSimulator/NeoServer.Game.Chats/NeoServer.Game.Chats.csproj b/src/GameWorldSimulator/NeoServer.Game.Chats/NeoServer.Game.Chats.csproj index 2f36abf82..41808c5a7 100644 --- a/src/GameWorldSimulator/NeoServer.Game.Chats/NeoServer.Game.Chats.csproj +++ b/src/GameWorldSimulator/NeoServer.Game.Chats/NeoServer.Game.Chats.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 false diff --git a/src/GameWorldSimulator/NeoServer.Game.Combat/NeoServer.Game.Combat.csproj b/src/GameWorldSimulator/NeoServer.Game.Combat/NeoServer.Game.Combat.csproj index 99af70e45..0e3e7aad5 100644 --- a/src/GameWorldSimulator/NeoServer.Game.Combat/NeoServer.Game.Combat.csproj +++ b/src/GameWorldSimulator/NeoServer.Game.Combat/NeoServer.Game.Combat.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 false diff --git a/src/GameWorldSimulator/NeoServer.Game.Common/NeoServer.Game.Common.csproj b/src/GameWorldSimulator/NeoServer.Game.Common/NeoServer.Game.Common.csproj index 162b5f03f..1deec896a 100644 --- a/src/GameWorldSimulator/NeoServer.Game.Common/NeoServer.Game.Common.csproj +++ b/src/GameWorldSimulator/NeoServer.Game.Common/NeoServer.Game.Common.csproj @@ -1,13 +1,13 @@ - net7.0 + net8.0 AnyCPU;x64 false - + diff --git a/src/GameWorldSimulator/NeoServer.Game.Creatures/NeoServer.Game.Creatures.csproj b/src/GameWorldSimulator/NeoServer.Game.Creatures/NeoServer.Game.Creatures.csproj index 0d5c3dbb6..49f35af4c 100644 --- a/src/GameWorldSimulator/NeoServer.Game.Creatures/NeoServer.Game.Creatures.csproj +++ b/src/GameWorldSimulator/NeoServer.Game.Creatures/NeoServer.Game.Creatures.csproj @@ -1,17 +1,17 @@ - - + + - - - + + + - net7.0 + net8.0 AnyCPU;x64 false diff --git a/src/GameWorldSimulator/NeoServer.Game.Items/NeoServer.Game.Items.csproj b/src/GameWorldSimulator/NeoServer.Game.Items/NeoServer.Game.Items.csproj index 1af5c367e..86f776f28 100644 --- a/src/GameWorldSimulator/NeoServer.Game.Items/NeoServer.Game.Items.csproj +++ b/src/GameWorldSimulator/NeoServer.Game.Items/NeoServer.Game.Items.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 AnyCPU;x64 false @@ -11,17 +11,17 @@ - - - + + + - + - + diff --git a/src/GameWorldSimulator/NeoServer.Game.Systems/NeoServer.Game.Systems.csproj b/src/GameWorldSimulator/NeoServer.Game.Systems/NeoServer.Game.Systems.csproj index a6eb24581..942ec3b83 100644 --- a/src/GameWorldSimulator/NeoServer.Game.Systems/NeoServer.Game.Systems.csproj +++ b/src/GameWorldSimulator/NeoServer.Game.Systems/NeoServer.Game.Systems.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 enable false diff --git a/src/GameWorldSimulator/NeoServer.Game.World/NeoServer.Game.World.csproj b/src/GameWorldSimulator/NeoServer.Game.World/NeoServer.Game.World.csproj index 0cbab8df7..342a4ab49 100644 --- a/src/GameWorldSimulator/NeoServer.Game.World/NeoServer.Game.World.csproj +++ b/src/GameWorldSimulator/NeoServer.Game.World/NeoServer.Game.World.csproj @@ -1,24 +1,24 @@  - net7.0 + net8.0 AnyCPU;x64 false - - - + + + - - + + - + diff --git a/src/Loaders/NeoServer.Loaders/NeoServer.Loaders.csproj b/src/Loaders/NeoServer.Loaders/NeoServer.Loaders.csproj index 69c448269..0e6fbcda7 100644 --- a/src/Loaders/NeoServer.Loaders/NeoServer.Loaders.csproj +++ b/src/Loaders/NeoServer.Loaders/NeoServer.Loaders.csproj @@ -1,41 +1,41 @@  - - - - - - - - - + + + + + + + + + - - + + - + - + - + - - + + - net7.0 + net8.0 AnyCPU;x64 false diff --git a/src/NetworkingServer/NeoServer.Networking.Handlers/NeoServer.Networking.Handlers.csproj b/src/NetworkingServer/NeoServer.Networking.Handlers/NeoServer.Networking.Handlers.csproj index 766dd7958..f672309cd 100644 --- a/src/NetworkingServer/NeoServer.Networking.Handlers/NeoServer.Networking.Handlers.csproj +++ b/src/NetworkingServer/NeoServer.Networking.Handlers/NeoServer.Networking.Handlers.csproj @@ -1,13 +1,13 @@ - net7.0 + net8.0 AnyCPU;x64 false - + diff --git a/src/NetworkingServer/NeoServer.Networking.Packets/NeoServer.Networking.Packets.csproj b/src/NetworkingServer/NeoServer.Networking.Packets/NeoServer.Networking.Packets.csproj index 4dd0a9389..64877fd44 100644 --- a/src/NetworkingServer/NeoServer.Networking.Packets/NeoServer.Networking.Packets.csproj +++ b/src/NetworkingServer/NeoServer.Networking.Packets/NeoServer.Networking.Packets.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 Latest AnyCPU;x64 false @@ -20,23 +20,23 @@ - - - - - + + + + + - + - - - - - + + + + + diff --git a/src/NetworkingServer/NeoServer.Networking/NeoServer.Networking.csproj b/src/NetworkingServer/NeoServer.Networking/NeoServer.Networking.csproj index 5ca69c365..2b1ef8411 100644 --- a/src/NetworkingServer/NeoServer.Networking/NeoServer.Networking.csproj +++ b/src/NetworkingServer/NeoServer.Networking/NeoServer.Networking.csproj @@ -1,18 +1,18 @@ - net7.0 + net8.0 AnyCPU;x64 false - + - - + + diff --git a/src/Shared/NeoServer.IoC/NeoServer.Shared.IoC.csproj b/src/Shared/NeoServer.IoC/NeoServer.Shared.IoC.csproj index 11c342b53..18bc12878 100644 --- a/src/Shared/NeoServer.IoC/NeoServer.Shared.IoC.csproj +++ b/src/Shared/NeoServer.IoC/NeoServer.Shared.IoC.csproj @@ -1,40 +1,40 @@ - net7.0 + net8.0 enable false - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/src/Shared/NeoServer.Web.Shared/NeoServer.Web.Shared.csproj b/src/Shared/NeoServer.Web.Shared/NeoServer.Web.Shared.csproj index 614403973..eed226f21 100644 --- a/src/Shared/NeoServer.Web.Shared/NeoServer.Web.Shared.csproj +++ b/src/Shared/NeoServer.Web.Shared/NeoServer.Web.Shared.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable false diff --git a/src/Standalone/NeoServer.Server.Standalone.csproj b/src/Standalone/NeoServer.Server.Standalone.csproj index 6dc9826ef..0a3fa3525 100644 --- a/src/Standalone/NeoServer.Server.Standalone.csproj +++ b/src/Standalone/NeoServer.Server.Standalone.csproj @@ -2,52 +2,52 @@ Exe - net7.0 + net8.0 AnyCPU;x64 false - - - + + + $(MSBuildProjectDirectory) d00c6b5a-86dc-4f58-b885-056c3322a45a - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/src/WebAPI/NeoServer.Web.API.csproj b/src/WebAPI/NeoServer.Web.API.csproj index 4cab65f0d..177283fbc 100644 --- a/src/WebAPI/NeoServer.Web.API.csproj +++ b/src/WebAPI/NeoServer.Web.API.csproj @@ -1,24 +1,23 @@  - net7.0 + net8.0 enable Linux c71a823c-0b62-4db1-9942-ad2bf4c080b0 - - - - - - - - - - - + + + + + + + + + + @@ -28,8 +27,8 @@ - - + + diff --git a/tests/NeoServer.Game.Chats.Tests/NeoServer.Game.Chats.Tests.csproj b/tests/NeoServer.Game.Chats.Tests/NeoServer.Game.Chats.Tests.csproj index a607fb3b0..88411d01a 100644 --- a/tests/NeoServer.Game.Chats.Tests/NeoServer.Game.Chats.Tests.csproj +++ b/tests/NeoServer.Game.Chats.Tests/NeoServer.Game.Chats.Tests.csproj @@ -1,31 +1,31 @@ - net7.0 + net8.0 false - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all - - - + + + diff --git a/tests/NeoServer.Game.Creatures.Tests/NeoServer.Game.Creatures.Tests.csproj b/tests/NeoServer.Game.Creatures.Tests/NeoServer.Game.Creatures.Tests.csproj index 0f76ffb89..7c0b5a920 100644 --- a/tests/NeoServer.Game.Creatures.Tests/NeoServer.Game.Creatures.Tests.csproj +++ b/tests/NeoServer.Game.Creatures.Tests/NeoServer.Game.Creatures.Tests.csproj @@ -1,49 +1,49 @@  - net7.0 + net8.0 false false - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - + + + + + + + + - + - + diff --git a/tests/NeoServer.Game.Items.Tests/NeoServer.Game.Items.Tests.csproj b/tests/NeoServer.Game.Items.Tests/NeoServer.Game.Items.Tests.csproj index e544db345..980f1ca93 100644 --- a/tests/NeoServer.Game.Items.Tests/NeoServer.Game.Items.Tests.csproj +++ b/tests/NeoServer.Game.Items.Tests/NeoServer.Game.Items.Tests.csproj @@ -1,42 +1,42 @@  - net7.0 + net8.0 false false - - - - + + + + - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - + + + + diff --git a/tests/NeoServer.Game.Model.Tests/NeoServer.Game.Common.Tests.csproj b/tests/NeoServer.Game.Model.Tests/NeoServer.Game.Common.Tests.csproj index f21e0d5fc..799e4fd77 100644 --- a/tests/NeoServer.Game.Model.Tests/NeoServer.Game.Common.Tests.csproj +++ b/tests/NeoServer.Game.Model.Tests/NeoServer.Game.Common.Tests.csproj @@ -1,32 +1,32 @@ - net7.0 + net8.0 false false - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + diff --git a/tests/NeoServer.Game.Systems.Tests/NeoServer.Game.Systems.Tests.csproj b/tests/NeoServer.Game.Systems.Tests/NeoServer.Game.Systems.Tests.csproj index 0ec94bba5..0d6483622 100644 --- a/tests/NeoServer.Game.Systems.Tests/NeoServer.Game.Systems.Tests.csproj +++ b/tests/NeoServer.Game.Systems.Tests/NeoServer.Game.Systems.Tests.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 enable false false @@ -9,21 +9,21 @@ - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all - - + + diff --git a/tests/NeoServer.Game.Tests/NeoServer.Game.Tests.csproj b/tests/NeoServer.Game.Tests/NeoServer.Game.Tests.csproj index e141bc342..46baf2427 100644 --- a/tests/NeoServer.Game.Tests/NeoServer.Game.Tests.csproj +++ b/tests/NeoServer.Game.Tests/NeoServer.Game.Tests.csproj @@ -1,41 +1,41 @@ - net7.0 + net8.0 false false - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all - - - - - - - - - - + + + + + + + + + + diff --git a/tests/NeoServer.Game.World.Tests/NeoServer.Game.World.Tests.csproj b/tests/NeoServer.Game.World.Tests/NeoServer.Game.World.Tests.csproj index eb5a39122..5a90f227d 100644 --- a/tests/NeoServer.Game.World.Tests/NeoServer.Game.World.Tests.csproj +++ b/tests/NeoServer.Game.World.Tests/NeoServer.Game.World.Tests.csproj @@ -1,35 +1,35 @@ - net7.0 + net8.0 false false - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - + + + + + + diff --git a/tests/NeoServer.Loaders.Tests/NeoServer.Loaders.Tests.csproj b/tests/NeoServer.Loaders.Tests/NeoServer.Loaders.Tests.csproj index c3d3e3af9..98a43acb9 100644 --- a/tests/NeoServer.Loaders.Tests/NeoServer.Loaders.Tests.csproj +++ b/tests/NeoServer.Loaders.Tests/NeoServer.Loaders.Tests.csproj @@ -1,29 +1,29 @@ - net7.0 + net8.0 false false - - - - - - + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/tests/NeoServer.Networking.Tests/NeoServer.Networking.Tests.csproj b/tests/NeoServer.Networking.Tests/NeoServer.Networking.Tests.csproj index 53ffe4074..4a0ea7e96 100644 --- a/tests/NeoServer.Networking.Tests/NeoServer.Networking.Tests.csproj +++ b/tests/NeoServer.Networking.Tests/NeoServer.Networking.Tests.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 Latest false false @@ -10,27 +10,27 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + diff --git a/tests/NeoServer.Server.Tests/NeoServer.Server.Tests.csproj b/tests/NeoServer.Server.Tests/NeoServer.Server.Tests.csproj index 2e8e4da78..5bcbe3376 100644 --- a/tests/NeoServer.Server.Tests/NeoServer.Server.Tests.csproj +++ b/tests/NeoServer.Server.Tests/NeoServer.Server.Tests.csproj @@ -1,41 +1,41 @@ - + - net7.0 + net8.0 false false - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all - - - - - - - - - - - + + + + + + + + + + + diff --git a/tests/NeoServer.WebApi.Tests/NeoServer.WebApi.Tests.csproj b/tests/NeoServer.WebApi.Tests/NeoServer.WebApi.Tests.csproj index 4ebb4270f..d5835c630 100644 --- a/tests/NeoServer.WebApi.Tests/NeoServer.WebApi.Tests.csproj +++ b/tests/NeoServer.WebApi.Tests/NeoServer.WebApi.Tests.csproj @@ -1,31 +1,31 @@  - net7.0 + net8.0 enable false - - - - - - - - - + + + + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - - + + +