From c0fbc4b78b22789cd5ca79e3c784e6d9e6ec9f5b Mon Sep 17 00:00:00 2001 From: Felipe Muniz Date: Wed, 21 Aug 2024 22:36:37 -0300 Subject: [PATCH 1/2] feat: dotnet 8 update --- benchmarks/NeoServer.Benchmarks/NeoServer.Benchmarks.csproj | 2 +- data/extensions/NeoServer.Extensions.csproj | 2 +- .../NeoServer.Server.Commands/NeoServer.Server.Commands.csproj | 2 +- .../NeoServer.Server.Compiler/NeoServer.Server.Compiler.csproj | 2 +- .../NeoServer.Server.Contracts/NeoServer.Server.Common.csproj | 2 +- .../NeoServer.Server.Events/NeoServer.Server.Events.csproj | 2 +- .../NeoServer.Server.Helpers/NeoServer.Server.Helpers.csproj | 2 +- .../NeoServer.Server.Jobs/NeoServer.Server.Jobs.csproj | 2 +- .../NeoServer.Server.Security/NeoServer.Server.Security.csproj | 2 +- src/ApplicationServer/NeoServer.Server/NeoServer.Server.csproj | 2 +- .../NeoServer.Data.InMemory.DataStores.csproj | 2 +- src/Database/NeoServer.Data/NeoServer.Data.csproj | 2 +- .../NeoServer.Scripts.Lua/NeoServer.Scripts.Lua.csproj | 2 +- .../NeoServer.Game.Chats/NeoServer.Game.Chats.csproj | 2 +- .../NeoServer.Game.Combat/NeoServer.Game.Combat.csproj | 2 +- .../NeoServer.Game.Common/NeoServer.Game.Common.csproj | 2 +- .../NeoServer.Game.Creatures/NeoServer.Game.Creatures.csproj | 2 +- .../NeoServer.Game.Items/NeoServer.Game.Items.csproj | 2 +- .../NeoServer.Game.Systems/NeoServer.Game.Systems.csproj | 2 +- .../NeoServer.Game.World/NeoServer.Game.World.csproj | 2 +- src/Loaders/NeoServer.Loaders/NeoServer.Loaders.csproj | 2 +- .../NeoServer.Networking.Handlers.csproj | 2 +- .../NeoServer.Networking.Packets.csproj | 2 +- .../NeoServer.Networking/NeoServer.Networking.csproj | 2 +- src/Shared/NeoServer.IoC/NeoServer.Shared.IoC.csproj | 2 +- src/Shared/NeoServer.Web.Shared/NeoServer.Web.Shared.csproj | 2 +- src/Standalone/NeoServer.Server.Standalone.csproj | 2 +- src/WebAPI/NeoServer.Web.API.csproj | 2 +- .../NeoServer.Game.Chats.Tests.csproj | 2 +- .../NeoServer.Game.Creatures.Tests.csproj | 2 +- .../NeoServer.Game.Items.Tests.csproj | 2 +- .../NeoServer.Game.Common.Tests.csproj | 2 +- .../NeoServer.Game.Systems.Tests.csproj | 2 +- tests/NeoServer.Game.Tests/NeoServer.Game.Tests.csproj | 2 +- .../NeoServer.Game.World.Tests.csproj | 2 +- tests/NeoServer.Loaders.Tests/NeoServer.Loaders.Tests.csproj | 2 +- .../NeoServer.Networking.Tests.csproj | 2 +- tests/NeoServer.Server.Tests/NeoServer.Server.Tests.csproj | 2 +- tests/NeoServer.WebApi.Tests/NeoServer.WebApi.Tests.csproj | 2 +- 39 files changed, 39 insertions(+), 39 deletions(-) diff --git a/benchmarks/NeoServer.Benchmarks/NeoServer.Benchmarks.csproj b/benchmarks/NeoServer.Benchmarks/NeoServer.Benchmarks.csproj index 32b50b7b1..4938ab659 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 diff --git a/data/extensions/NeoServer.Extensions.csproj b/data/extensions/NeoServer.Extensions.csproj index 55a5d1ffe..7ae8b3c51 100644 --- a/data/extensions/NeoServer.Extensions.csproj +++ b/data/extensions/NeoServer.Extensions.csproj @@ -1,7 +1,7 @@ - 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..79f29cc0d 100644 --- a/src/ApplicationServer/NeoServer.Server.Commands/NeoServer.Server.Commands.csproj +++ b/src/ApplicationServer/NeoServer.Server.Commands/NeoServer.Server.Commands.csproj @@ -22,7 +22,7 @@ - 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..db36ee708 100644 --- a/src/ApplicationServer/NeoServer.Server.Compiler/NeoServer.Server.Compiler.csproj +++ b/src/ApplicationServer/NeoServer.Server.Compiler/NeoServer.Server.Compiler.csproj @@ -1,7 +1,7 @@ - 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..6d0cf2ce1 100644 --- a/src/ApplicationServer/NeoServer.Server.Contracts/NeoServer.Server.Common.csproj +++ b/src/ApplicationServer/NeoServer.Server.Contracts/NeoServer.Server.Common.csproj @@ -9,7 +9,7 @@ - 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..ce7554910 100644 --- a/src/ApplicationServer/NeoServer.Server.Events/NeoServer.Server.Events.csproj +++ b/src/ApplicationServer/NeoServer.Server.Events/NeoServer.Server.Events.csproj @@ -16,7 +16,7 @@ - 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..0402382d1 100644 --- a/src/ApplicationServer/NeoServer.Server.Helpers/NeoServer.Server.Helpers.csproj +++ b/src/ApplicationServer/NeoServer.Server.Helpers/NeoServer.Server.Helpers.csproj @@ -1,7 +1,7 @@ - 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..185d02525 100644 --- a/src/ApplicationServer/NeoServer.Server.Security/NeoServer.Server.Security.csproj +++ b/src/ApplicationServer/NeoServer.Server.Security/NeoServer.Server.Security.csproj @@ -1,7 +1,7 @@ - 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..81717b394 100644 --- a/src/ApplicationServer/NeoServer.Server/NeoServer.Server.csproj +++ b/src/ApplicationServer/NeoServer.Server/NeoServer.Server.csproj @@ -1,7 +1,7 @@  - 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..13b52245d 100644 --- a/src/Database/NeoServer.Data/NeoServer.Data.csproj +++ b/src/Database/NeoServer.Data/NeoServer.Data.csproj @@ -1,7 +1,7 @@ - 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..2c9b5930a 100644 --- a/src/Extensions/NeoServer.Scripts.Lua/NeoServer.Scripts.Lua.csproj +++ b/src/Extensions/NeoServer.Scripts.Lua/NeoServer.Scripts.Lua.csproj @@ -2,7 +2,7 @@ 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..2db401962 100644 --- a/src/GameWorldSimulator/NeoServer.Game.Common/NeoServer.Game.Common.csproj +++ b/src/GameWorldSimulator/NeoServer.Game.Common/NeoServer.Game.Common.csproj @@ -1,7 +1,7 @@ - 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..920c65a8a 100644 --- a/src/GameWorldSimulator/NeoServer.Game.Creatures/NeoServer.Game.Creatures.csproj +++ b/src/GameWorldSimulator/NeoServer.Game.Creatures/NeoServer.Game.Creatures.csproj @@ -11,7 +11,7 @@ - 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..f6d55702b 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 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..339005f33 100644 --- a/src/GameWorldSimulator/NeoServer.Game.World/NeoServer.Game.World.csproj +++ b/src/GameWorldSimulator/NeoServer.Game.World/NeoServer.Game.World.csproj @@ -1,7 +1,7 @@  - 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..afcdbb3b8 100644 --- a/src/Loaders/NeoServer.Loaders/NeoServer.Loaders.csproj +++ b/src/Loaders/NeoServer.Loaders/NeoServer.Loaders.csproj @@ -35,7 +35,7 @@ - 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..815d5cac8 100644 --- a/src/NetworkingServer/NeoServer.Networking.Handlers/NeoServer.Networking.Handlers.csproj +++ b/src/NetworkingServer/NeoServer.Networking.Handlers/NeoServer.Networking.Handlers.csproj @@ -1,7 +1,7 @@ - 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..7d975cc18 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 diff --git a/src/NetworkingServer/NeoServer.Networking/NeoServer.Networking.csproj b/src/NetworkingServer/NeoServer.Networking/NeoServer.Networking.csproj index 5ca69c365..30ac4e3a1 100644 --- a/src/NetworkingServer/NeoServer.Networking/NeoServer.Networking.csproj +++ b/src/NetworkingServer/NeoServer.Networking/NeoServer.Networking.csproj @@ -1,7 +1,7 @@ - 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..de1c2a213 100644 --- a/src/Shared/NeoServer.IoC/NeoServer.Shared.IoC.csproj +++ b/src/Shared/NeoServer.IoC/NeoServer.Shared.IoC.csproj @@ -1,7 +1,7 @@ - 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..ea2664ac9 100644 --- a/src/Standalone/NeoServer.Server.Standalone.csproj +++ b/src/Standalone/NeoServer.Server.Standalone.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 AnyCPU;x64 false diff --git a/src/WebAPI/NeoServer.Web.API.csproj b/src/WebAPI/NeoServer.Web.API.csproj index 4cab65f0d..d29fa18d9 100644 --- a/src/WebAPI/NeoServer.Web.API.csproj +++ b/src/WebAPI/NeoServer.Web.API.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 enable Linux c71a823c-0b62-4db1-9942-ad2bf4c080b0 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..721e05307 100644 --- a/tests/NeoServer.Game.Chats.Tests/NeoServer.Game.Chats.Tests.csproj +++ b/tests/NeoServer.Game.Chats.Tests/NeoServer.Game.Chats.Tests.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 false 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..2c13f6eaa 100644 --- a/tests/NeoServer.Game.Creatures.Tests/NeoServer.Game.Creatures.Tests.csproj +++ b/tests/NeoServer.Game.Creatures.Tests/NeoServer.Game.Creatures.Tests.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 false false 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..375484330 100644 --- a/tests/NeoServer.Game.Items.Tests/NeoServer.Game.Items.Tests.csproj +++ b/tests/NeoServer.Game.Items.Tests/NeoServer.Game.Items.Tests.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 false false 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..cba1e3216 100644 --- a/tests/NeoServer.Game.Model.Tests/NeoServer.Game.Common.Tests.csproj +++ b/tests/NeoServer.Game.Model.Tests/NeoServer.Game.Common.Tests.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 false false 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..7b671cfe0 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 diff --git a/tests/NeoServer.Game.Tests/NeoServer.Game.Tests.csproj b/tests/NeoServer.Game.Tests/NeoServer.Game.Tests.csproj index e141bc342..f868d90a2 100644 --- a/tests/NeoServer.Game.Tests/NeoServer.Game.Tests.csproj +++ b/tests/NeoServer.Game.Tests/NeoServer.Game.Tests.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 false false 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..bb05c04f5 100644 --- a/tests/NeoServer.Game.World.Tests/NeoServer.Game.World.Tests.csproj +++ b/tests/NeoServer.Game.World.Tests/NeoServer.Game.World.Tests.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 false false diff --git a/tests/NeoServer.Loaders.Tests/NeoServer.Loaders.Tests.csproj b/tests/NeoServer.Loaders.Tests/NeoServer.Loaders.Tests.csproj index c3d3e3af9..cf34619cb 100644 --- a/tests/NeoServer.Loaders.Tests/NeoServer.Loaders.Tests.csproj +++ b/tests/NeoServer.Loaders.Tests/NeoServer.Loaders.Tests.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 false false diff --git a/tests/NeoServer.Networking.Tests/NeoServer.Networking.Tests.csproj b/tests/NeoServer.Networking.Tests/NeoServer.Networking.Tests.csproj index 53ffe4074..9efb63048 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 diff --git a/tests/NeoServer.Server.Tests/NeoServer.Server.Tests.csproj b/tests/NeoServer.Server.Tests/NeoServer.Server.Tests.csproj index 2e8e4da78..533c52a0a 100644 --- a/tests/NeoServer.Server.Tests/NeoServer.Server.Tests.csproj +++ b/tests/NeoServer.Server.Tests/NeoServer.Server.Tests.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 false false diff --git a/tests/NeoServer.WebApi.Tests/NeoServer.WebApi.Tests.csproj b/tests/NeoServer.WebApi.Tests/NeoServer.WebApi.Tests.csproj index 4ebb4270f..d697192e7 100644 --- a/tests/NeoServer.WebApi.Tests/NeoServer.WebApi.Tests.csproj +++ b/tests/NeoServer.WebApi.Tests/NeoServer.WebApi.Tests.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 enable false From 0eb176f3357a9a6421fb41043aaeeac9150b1008 Mon Sep 17 00:00:00 2001 From: Felipe Muniz Date: Wed, 21 Aug 2024 22:48:28 -0300 Subject: [PATCH 2/2] feat: update packages --- .../NeoServer.Benchmarks.csproj | 24 +++---- data/extensions/NeoServer.Extensions.csproj | 2 +- .../NeoServer.Server.Commands.csproj | 22 +++---- .../NeoServer.Server.Compiler.csproj | 22 +++---- .../NeoServer.Server.Common.csproj | 4 +- .../NeoServer.Server.Events.csproj | 18 +++--- .../NeoServer.Server.Helpers.csproj | 8 +-- .../NeoServer.Server.Security.csproj | 4 +- .../NeoServer.Server/NeoServer.Server.csproj | 16 ++--- .../NeoServer.Data/NeoServer.Data.csproj | 22 +++---- .../NeoServer.Scripts.Lua.csproj | 14 ++-- .../NeoServer.Game.Common.csproj | 2 +- .../NeoServer.Game.Creatures.csproj | 10 +-- .../NeoServer.Game.Items.csproj | 10 +-- .../NeoServer.Game.World.csproj | 12 ++-- .../NeoServer.Loaders.csproj | 32 +++++----- .../NeoServer.Networking.Handlers.csproj | 2 +- .../NeoServer.Networking.Packets.csproj | 22 +++---- .../NeoServer.Networking.csproj | 6 +- .../NeoServer.IoC/NeoServer.Shared.IoC.csproj | 56 ++++++++-------- .../NeoServer.Server.Standalone.csproj | 64 +++++++++---------- src/WebAPI/NeoServer.Web.API.csproj | 25 ++++---- .../NeoServer.Game.Chats.Tests.csproj | 16 ++--- .../NeoServer.Game.Creatures.Tests.csproj | 38 +++++------ .../NeoServer.Game.Items.Tests.csproj | 30 ++++----- .../NeoServer.Game.Common.Tests.csproj | 16 ++--- .../NeoServer.Game.Systems.Tests.csproj | 12 ++-- .../NeoServer.Game.Tests.csproj | 34 +++++----- .../NeoServer.Game.World.Tests.csproj | 22 +++---- .../NeoServer.Loaders.Tests.csproj | 16 ++--- .../NeoServer.Networking.Tests.csproj | 18 +++--- .../NeoServer.Server.Tests.csproj | 36 +++++------ .../NeoServer.WebApi.Tests.csproj | 26 ++++---- 33 files changed, 330 insertions(+), 331 deletions(-) diff --git a/benchmarks/NeoServer.Benchmarks/NeoServer.Benchmarks.csproj b/benchmarks/NeoServer.Benchmarks/NeoServer.Benchmarks.csproj index 4938ab659..aedff57cc 100644 --- a/benchmarks/NeoServer.Benchmarks/NeoServer.Benchmarks.csproj +++ b/benchmarks/NeoServer.Benchmarks/NeoServer.Benchmarks.csproj @@ -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 7ae8b3c51..60a4802e8 100644 --- a/data/extensions/NeoServer.Extensions.csproj +++ b/data/extensions/NeoServer.Extensions.csproj @@ -7,7 +7,7 @@ - + diff --git a/src/ApplicationServer/NeoServer.Server.Commands/NeoServer.Server.Commands.csproj b/src/ApplicationServer/NeoServer.Server.Commands/NeoServer.Server.Commands.csproj index 79f29cc0d..c6cdcfbe5 100644 --- a/src/ApplicationServer/NeoServer.Server.Commands/NeoServer.Server.Commands.csproj +++ b/src/ApplicationServer/NeoServer.Server.Commands/NeoServer.Server.Commands.csproj @@ -1,24 +1,24 @@ - - - + + + - + - - - - - - + + + + + + - + diff --git a/src/ApplicationServer/NeoServer.Server.Compiler/NeoServer.Server.Compiler.csproj b/src/ApplicationServer/NeoServer.Server.Compiler/NeoServer.Server.Compiler.csproj index db36ee708..5681ab258 100644 --- a/src/ApplicationServer/NeoServer.Server.Compiler/NeoServer.Server.Compiler.csproj +++ b/src/ApplicationServer/NeoServer.Server.Compiler/NeoServer.Server.Compiler.csproj @@ -8,20 +8,20 @@ - - - + + + - - - - - - - - + + + + + + + + diff --git a/src/ApplicationServer/NeoServer.Server.Contracts/NeoServer.Server.Common.csproj b/src/ApplicationServer/NeoServer.Server.Contracts/NeoServer.Server.Common.csproj index 6d0cf2ce1..6bb77cee0 100644 --- a/src/ApplicationServer/NeoServer.Server.Contracts/NeoServer.Server.Common.csproj +++ b/src/ApplicationServer/NeoServer.Server.Contracts/NeoServer.Server.Common.csproj @@ -1,11 +1,11 @@  - + - + diff --git a/src/ApplicationServer/NeoServer.Server.Events/NeoServer.Server.Events.csproj b/src/ApplicationServer/NeoServer.Server.Events/NeoServer.Server.Events.csproj index ce7554910..34a3ae30c 100644 --- a/src/ApplicationServer/NeoServer.Server.Events/NeoServer.Server.Events.csproj +++ b/src/ApplicationServer/NeoServer.Server.Events/NeoServer.Server.Events.csproj @@ -1,18 +1,18 @@ - + - - - - - - - - + + + + + + + + diff --git a/src/ApplicationServer/NeoServer.Server.Helpers/NeoServer.Server.Helpers.csproj b/src/ApplicationServer/NeoServer.Server.Helpers/NeoServer.Server.Helpers.csproj index 0402382d1..53a05cd0e 100644 --- a/src/ApplicationServer/NeoServer.Server.Helpers/NeoServer.Server.Helpers.csproj +++ b/src/ApplicationServer/NeoServer.Server.Helpers/NeoServer.Server.Helpers.csproj @@ -7,13 +7,13 @@ - - - + + + - + diff --git a/src/ApplicationServer/NeoServer.Server.Security/NeoServer.Server.Security.csproj b/src/ApplicationServer/NeoServer.Server.Security/NeoServer.Server.Security.csproj index 185d02525..1b33e29a5 100644 --- a/src/ApplicationServer/NeoServer.Server.Security/NeoServer.Server.Security.csproj +++ b/src/ApplicationServer/NeoServer.Server.Security/NeoServer.Server.Security.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/src/ApplicationServer/NeoServer.Server/NeoServer.Server.csproj b/src/ApplicationServer/NeoServer.Server/NeoServer.Server.csproj index 81717b394..1462d9a82 100644 --- a/src/ApplicationServer/NeoServer.Server/NeoServer.Server.csproj +++ b/src/ApplicationServer/NeoServer.Server/NeoServer.Server.csproj @@ -7,21 +7,21 @@ - - - + + + - - - + + + - - + + diff --git a/src/Database/NeoServer.Data/NeoServer.Data.csproj b/src/Database/NeoServer.Data/NeoServer.Data.csproj index 13b52245d..99e3ce6cd 100644 --- a/src/Database/NeoServer.Data/NeoServer.Data.csproj +++ b/src/Database/NeoServer.Data/NeoServer.Data.csproj @@ -7,21 +7,21 @@ - - - - - - - - + + + + + + + + - - + + - + diff --git a/src/Extensions/NeoServer.Scripts.Lua/NeoServer.Scripts.Lua.csproj b/src/Extensions/NeoServer.Scripts.Lua/NeoServer.Scripts.Lua.csproj index 2c9b5930a..4fc2a2fc2 100644 --- a/src/Extensions/NeoServer.Scripts.Lua/NeoServer.Scripts.Lua.csproj +++ b/src/Extensions/NeoServer.Scripts.Lua/NeoServer.Scripts.Lua.csproj @@ -7,16 +7,16 @@ - - + + - - - - - + + + + + diff --git a/src/GameWorldSimulator/NeoServer.Game.Common/NeoServer.Game.Common.csproj b/src/GameWorldSimulator/NeoServer.Game.Common/NeoServer.Game.Common.csproj index 2db401962..1deec896a 100644 --- a/src/GameWorldSimulator/NeoServer.Game.Common/NeoServer.Game.Common.csproj +++ b/src/GameWorldSimulator/NeoServer.Game.Common/NeoServer.Game.Common.csproj @@ -7,7 +7,7 @@ - + diff --git a/src/GameWorldSimulator/NeoServer.Game.Creatures/NeoServer.Game.Creatures.csproj b/src/GameWorldSimulator/NeoServer.Game.Creatures/NeoServer.Game.Creatures.csproj index 920c65a8a..49f35af4c 100644 --- a/src/GameWorldSimulator/NeoServer.Game.Creatures/NeoServer.Game.Creatures.csproj +++ b/src/GameWorldSimulator/NeoServer.Game.Creatures/NeoServer.Game.Creatures.csproj @@ -1,13 +1,13 @@ - - + + - - - + + + diff --git a/src/GameWorldSimulator/NeoServer.Game.Items/NeoServer.Game.Items.csproj b/src/GameWorldSimulator/NeoServer.Game.Items/NeoServer.Game.Items.csproj index f6d55702b..86f776f28 100644 --- a/src/GameWorldSimulator/NeoServer.Game.Items/NeoServer.Game.Items.csproj +++ b/src/GameWorldSimulator/NeoServer.Game.Items/NeoServer.Game.Items.csproj @@ -11,17 +11,17 @@ - - - + + + - + - + diff --git a/src/GameWorldSimulator/NeoServer.Game.World/NeoServer.Game.World.csproj b/src/GameWorldSimulator/NeoServer.Game.World/NeoServer.Game.World.csproj index 339005f33..342a4ab49 100644 --- a/src/GameWorldSimulator/NeoServer.Game.World/NeoServer.Game.World.csproj +++ b/src/GameWorldSimulator/NeoServer.Game.World/NeoServer.Game.World.csproj @@ -7,18 +7,18 @@ - - - + + + - - + + - + diff --git a/src/Loaders/NeoServer.Loaders/NeoServer.Loaders.csproj b/src/Loaders/NeoServer.Loaders/NeoServer.Loaders.csproj index afcdbb3b8..0e6fbcda7 100644 --- a/src/Loaders/NeoServer.Loaders/NeoServer.Loaders.csproj +++ b/src/Loaders/NeoServer.Loaders/NeoServer.Loaders.csproj @@ -1,37 +1,37 @@  - - - - - - - - - + + + + + + + + + - - + + - + - + - + - - + + diff --git a/src/NetworkingServer/NeoServer.Networking.Handlers/NeoServer.Networking.Handlers.csproj b/src/NetworkingServer/NeoServer.Networking.Handlers/NeoServer.Networking.Handlers.csproj index 815d5cac8..f672309cd 100644 --- a/src/NetworkingServer/NeoServer.Networking.Handlers/NeoServer.Networking.Handlers.csproj +++ b/src/NetworkingServer/NeoServer.Networking.Handlers/NeoServer.Networking.Handlers.csproj @@ -7,7 +7,7 @@ - + diff --git a/src/NetworkingServer/NeoServer.Networking.Packets/NeoServer.Networking.Packets.csproj b/src/NetworkingServer/NeoServer.Networking.Packets/NeoServer.Networking.Packets.csproj index 7d975cc18..64877fd44 100644 --- a/src/NetworkingServer/NeoServer.Networking.Packets/NeoServer.Networking.Packets.csproj +++ b/src/NetworkingServer/NeoServer.Networking.Packets/NeoServer.Networking.Packets.csproj @@ -20,23 +20,23 @@ - - - - - + + + + + - + - - - - - + + + + + diff --git a/src/NetworkingServer/NeoServer.Networking/NeoServer.Networking.csproj b/src/NetworkingServer/NeoServer.Networking/NeoServer.Networking.csproj index 30ac4e3a1..2b1ef8411 100644 --- a/src/NetworkingServer/NeoServer.Networking/NeoServer.Networking.csproj +++ b/src/NetworkingServer/NeoServer.Networking/NeoServer.Networking.csproj @@ -7,12 +7,12 @@ - + - - + + diff --git a/src/Shared/NeoServer.IoC/NeoServer.Shared.IoC.csproj b/src/Shared/NeoServer.IoC/NeoServer.Shared.IoC.csproj index de1c2a213..18bc12878 100644 --- a/src/Shared/NeoServer.IoC/NeoServer.Shared.IoC.csproj +++ b/src/Shared/NeoServer.IoC/NeoServer.Shared.IoC.csproj @@ -6,35 +6,35 @@ false - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/src/Standalone/NeoServer.Server.Standalone.csproj b/src/Standalone/NeoServer.Server.Standalone.csproj index ea2664ac9..0a3fa3525 100644 --- a/src/Standalone/NeoServer.Server.Standalone.csproj +++ b/src/Standalone/NeoServer.Server.Standalone.csproj @@ -7,47 +7,47 @@ false - - - + + + $(MSBuildProjectDirectory) d00c6b5a-86dc-4f58-b885-056c3322a45a - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/src/WebAPI/NeoServer.Web.API.csproj b/src/WebAPI/NeoServer.Web.API.csproj index d29fa18d9..177283fbc 100644 --- a/src/WebAPI/NeoServer.Web.API.csproj +++ b/src/WebAPI/NeoServer.Web.API.csproj @@ -8,17 +8,16 @@ - - - - - - - - - - - + + + + + + + + + + @@ -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 721e05307..88411d01a 100644 --- a/tests/NeoServer.Game.Chats.Tests/NeoServer.Game.Chats.Tests.csproj +++ b/tests/NeoServer.Game.Chats.Tests/NeoServer.Game.Chats.Tests.csproj @@ -6,26 +6,26 @@ - + 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 2c13f6eaa..7c0b5a920 100644 --- a/tests/NeoServer.Game.Creatures.Tests/NeoServer.Game.Creatures.Tests.csproj +++ b/tests/NeoServer.Game.Creatures.Tests/NeoServer.Game.Creatures.Tests.csproj @@ -7,43 +7,43 @@ - - + + 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 375484330..980f1ca93 100644 --- a/tests/NeoServer.Game.Items.Tests/NeoServer.Game.Items.Tests.csproj +++ b/tests/NeoServer.Game.Items.Tests/NeoServer.Game.Items.Tests.csproj @@ -7,36 +7,36 @@ - - - - + + + + - + 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 cba1e3216..799e4fd77 100644 --- a/tests/NeoServer.Game.Model.Tests/NeoServer.Game.Common.Tests.csproj +++ b/tests/NeoServer.Game.Model.Tests/NeoServer.Game.Common.Tests.csproj @@ -7,26 +7,26 @@ - + 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 7b671cfe0..0d6483622 100644 --- a/tests/NeoServer.Game.Systems.Tests/NeoServer.Game.Systems.Tests.csproj +++ b/tests/NeoServer.Game.Systems.Tests/NeoServer.Game.Systems.Tests.csproj @@ -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 f868d90a2..46baf2427 100644 --- a/tests/NeoServer.Game.Tests/NeoServer.Game.Tests.csproj +++ b/tests/NeoServer.Game.Tests/NeoServer.Game.Tests.csproj @@ -7,35 +7,35 @@ - + 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 bb05c04f5..5a90f227d 100644 --- a/tests/NeoServer.Game.World.Tests/NeoServer.Game.World.Tests.csproj +++ b/tests/NeoServer.Game.World.Tests/NeoServer.Game.World.Tests.csproj @@ -7,29 +7,29 @@ - + 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 cf34619cb..98a43acb9 100644 --- a/tests/NeoServer.Loaders.Tests/NeoServer.Loaders.Tests.csproj +++ b/tests/NeoServer.Loaders.Tests/NeoServer.Loaders.Tests.csproj @@ -7,23 +7,23 @@ - - - - - - + + + + + + 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 9efb63048..4a0ea7e96 100644 --- a/tests/NeoServer.Networking.Tests/NeoServer.Networking.Tests.csproj +++ b/tests/NeoServer.Networking.Tests/NeoServer.Networking.Tests.csproj @@ -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 533c52a0a..5bcbe3376 100644 --- a/tests/NeoServer.Server.Tests/NeoServer.Server.Tests.csproj +++ b/tests/NeoServer.Server.Tests/NeoServer.Server.Tests.csproj @@ -1,4 +1,4 @@ - + net8.0 @@ -7,35 +7,35 @@ - + 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 d697192e7..d5835c630 100644 --- a/tests/NeoServer.WebApi.Tests/NeoServer.WebApi.Tests.csproj +++ b/tests/NeoServer.WebApi.Tests/NeoServer.WebApi.Tests.csproj @@ -7,25 +7,25 @@ - - - - - - - - - + + + + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - - + + +