From 115ea2fe6d4b36561e951748004497bb841cf499 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 30 Dec 2022 23:48:48 +0100 Subject: [PATCH] chore: update dependencies --- Core/NosSmooth.Core/NosSmooth.Core.csproj | 4 ++-- Core/NosSmooth.Game/NosSmooth.Game.csproj | 6 +++--- .../NosSmooth.Data.Abstractions.csproj | 6 +++--- Data/NosSmooth.Data.CLI/NosSmooth.Data.CLI.csproj | 6 +++--- .../NosSmooth.Data.Database.csproj | 8 ++++---- .../NosSmooth.Data.NOSFiles.csproj | 10 +++++----- .../NosSmooth.Extensions.Combat.csproj | 0 .../NosSmooth.Extensions.Pathfinding.csproj | 6 +++++- .../NosSmooth.PacketSerializer.Abstractions.csproj | 2 +- .../NosSmooth.PacketSerializer.csproj | 4 ++-- .../NosSmooth.PacketSerializersGenerator.csproj | 2 +- Samples/DataBrowser/DataBrowser.csproj | 6 +++--- Samples/FileClient/FileClient.csproj | 6 +++--- Tests/NosSmooth.Core.Tests/NosSmooth.Core.Tests.csproj | 2 +- .../NosSmooth.Packets.Tests.csproj | 4 ++-- 15 files changed, 38 insertions(+), 34 deletions(-) create mode 100644 Extensions/NosSmooth.Extensions.Combat/NosSmooth.Extensions.Combat.csproj diff --git a/Core/NosSmooth.Core/NosSmooth.Core.csproj b/Core/NosSmooth.Core/NosSmooth.Core.csproj index 48d77f8..6f011b5 100644 --- a/Core/NosSmooth.Core/NosSmooth.Core.csproj +++ b/Core/NosSmooth.Core/NosSmooth.Core.csproj @@ -13,8 +13,8 @@ - - + + diff --git a/Core/NosSmooth.Game/NosSmooth.Game.csproj b/Core/NosSmooth.Game/NosSmooth.Game.csproj index e9d7e68..287574d 100644 --- a/Core/NosSmooth.Game/NosSmooth.Game.csproj +++ b/Core/NosSmooth.Game/NosSmooth.Game.csproj @@ -4,7 +4,7 @@ enable enable 10 - net7.0;netstandard2.1 + net7.0 NosSmooth Game library handling the current game state by responding to packets. https://github.com/Rutherther/NosSmooth/ MIT @@ -23,8 +23,8 @@ - - + + diff --git a/Data/NosSmooth.Data.Abstractions/NosSmooth.Data.Abstractions.csproj b/Data/NosSmooth.Data.Abstractions/NosSmooth.Data.Abstractions.csproj index 8b1cdd9..cf8c6e4 100644 --- a/Data/NosSmooth.Data.Abstractions/NosSmooth.Data.Abstractions.csproj +++ b/Data/NosSmooth.Data.Abstractions/NosSmooth.Data.Abstractions.csproj @@ -8,13 +8,13 @@ https://github.com/Rutherther/NosSmooth/ MIT 2.0.0 - net7.0;netstandard2.1 + net7.0 Make Monster level ushort - - + + diff --git a/Data/NosSmooth.Data.CLI/NosSmooth.Data.CLI.csproj b/Data/NosSmooth.Data.CLI/NosSmooth.Data.CLI.csproj index 74b7825..ce6dea2 100644 --- a/Data/NosSmooth.Data.CLI/NosSmooth.Data.CLI.csproj +++ b/Data/NosSmooth.Data.CLI/NosSmooth.Data.CLI.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj b/Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj index f6e2b70..c06821b 100644 --- a/Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj +++ b/Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj @@ -8,14 +8,14 @@ https://github.com/Rutherther/NosSmooth/ MIT 2.0.0 - net7.0 + net7.0 Make Monster level ushort - - - + + + diff --git a/Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj b/Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj index cccfb34..b05495f 100644 --- a/Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj +++ b/Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj @@ -9,14 +9,14 @@ MIT 2.0.1 Read map file correctly. - net7.0;netstandard2.1 + net7.0 - - - - + + + + diff --git a/Extensions/NosSmooth.Extensions.Combat/NosSmooth.Extensions.Combat.csproj b/Extensions/NosSmooth.Extensions.Combat/NosSmooth.Extensions.Combat.csproj new file mode 100644 index 0000000..e69de29 diff --git a/Extensions/NosSmooth.Extensions.Pathfinding/NosSmooth.Extensions.Pathfinding.csproj b/Extensions/NosSmooth.Extensions.Pathfinding/NosSmooth.Extensions.Pathfinding.csproj index 5f54782..c0c18e9 100644 --- a/Extensions/NosSmooth.Extensions.Pathfinding/NosSmooth.Extensions.Pathfinding.csproj +++ b/Extensions/NosSmooth.Extensions.Pathfinding/NosSmooth.Extensions.Pathfinding.csproj @@ -11,8 +11,12 @@ - + + + + + diff --git a/Packets/NosSmooth.PacketSerializer.Abstractions/NosSmooth.PacketSerializer.Abstractions.csproj b/Packets/NosSmooth.PacketSerializer.Abstractions/NosSmooth.PacketSerializer.Abstractions.csproj index 5117999..54e84a8 100644 --- a/Packets/NosSmooth.PacketSerializer.Abstractions/NosSmooth.PacketSerializer.Abstractions.csproj +++ b/Packets/NosSmooth.PacketSerializer.Abstractions/NosSmooth.PacketSerializer.Abstractions.csproj @@ -12,7 +12,7 @@ - + diff --git a/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj b/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj index feb7b34..f552896 100644 --- a/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj +++ b/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj @@ -13,8 +13,8 @@ - - + + diff --git a/Packets/NosSmooth.PacketSerializersGenerator/NosSmooth.PacketSerializersGenerator.csproj b/Packets/NosSmooth.PacketSerializersGenerator/NosSmooth.PacketSerializersGenerator.csproj index 73321c9..95af799 100644 --- a/Packets/NosSmooth.PacketSerializersGenerator/NosSmooth.PacketSerializersGenerator.csproj +++ b/Packets/NosSmooth.PacketSerializersGenerator/NosSmooth.PacketSerializersGenerator.csproj @@ -23,7 +23,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Samples/DataBrowser/DataBrowser.csproj b/Samples/DataBrowser/DataBrowser.csproj index 551b4f4..c38da4d 100644 --- a/Samples/DataBrowser/DataBrowser.csproj +++ b/Samples/DataBrowser/DataBrowser.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/Samples/FileClient/FileClient.csproj b/Samples/FileClient/FileClient.csproj index 47d30df..6df8332 100644 --- a/Samples/FileClient/FileClient.csproj +++ b/Samples/FileClient/FileClient.csproj @@ -20,9 +20,9 @@ - - - + + + diff --git a/Tests/NosSmooth.Core.Tests/NosSmooth.Core.Tests.csproj b/Tests/NosSmooth.Core.Tests/NosSmooth.Core.Tests.csproj index 377e6f6..e02138b 100644 --- a/Tests/NosSmooth.Core.Tests/NosSmooth.Core.Tests.csproj +++ b/Tests/NosSmooth.Core.Tests/NosSmooth.Core.Tests.csproj @@ -14,7 +14,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Tests/NosSmooth.Packets.Tests/NosSmooth.Packets.Tests.csproj b/Tests/NosSmooth.Packets.Tests/NosSmooth.Packets.Tests.csproj index 53a437c..8ea2c33 100644 --- a/Tests/NosSmooth.Packets.Tests/NosSmooth.Packets.Tests.csproj +++ b/Tests/NosSmooth.Packets.Tests/NosSmooth.Packets.Tests.csproj @@ -8,14 +8,14 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all -- 2.48.1