From 8f2380c0bad12e12a309f62458c390d978e58b63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Sun, 25 Dec 2022 21:26:18 +0100 Subject: [PATCH] chore: update to .NET 7 --- Core/NosSmooth.Core/NosSmooth.Core.csproj | 2 +- Core/NosSmooth.Game/NosSmooth.Game.csproj | 2 +- .../NosSmooth.Data.Abstractions.csproj | 2 +- Data/NosSmooth.Data.CLI/NosSmooth.Data.CLI.csproj | 2 +- Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj | 2 +- Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj | 2 +- .../NosSmooth.Extensions.Pathfinding.csproj | 2 +- .../NosSmooth.PacketSerializer.Abstractions.csproj | 2 +- .../NosSmooth.PacketSerializer.csproj | 2 +- Packets/NosSmooth.Packets/NosSmooth.Packets.csproj | 2 +- Samples/DataBrowser/DataBrowser.csproj | 2 +- Samples/FileClient/FileClient.csproj | 2 +- Tests/NosSmooth.Core.Tests/NosSmooth.Core.Tests.csproj | 2 +- Tests/NosSmooth.Packets.Tests/NosSmooth.Packets.Tests.csproj | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Core/NosSmooth.Core/NosSmooth.Core.csproj b/Core/NosSmooth.Core/NosSmooth.Core.csproj index e1339f917bbdd78eac5450c8851f37b8b11fc3df..48d77f8f9d611ab67a3e58fc767255d7cab1b845 100644 --- a/Core/NosSmooth.Core/NosSmooth.Core.csproj +++ b/Core/NosSmooth.Core/NosSmooth.Core.csproj @@ -3,7 +3,7 @@ enable 10 - net6.0;netstandard2.1 + net7.0;netstandard2.1 Rutherther NosSmooth Core library allowing implementing nostale client, handling packets and commands. https://github.com/Rutherther/NosSmooth/ diff --git a/Core/NosSmooth.Game/NosSmooth.Game.csproj b/Core/NosSmooth.Game/NosSmooth.Game.csproj index fe1ec07f9d9c2b0847cd6ea0e0efbe6a5ffe684d..e9d7e68adfec4feb3cace3f6144ec5b7d6a87f4a 100644 --- a/Core/NosSmooth.Game/NosSmooth.Game.csproj +++ b/Core/NosSmooth.Game/NosSmooth.Game.csproj @@ -4,7 +4,7 @@ enable enable 10 - net6.0;netstandard2.1 + net7.0;netstandard2.1 NosSmooth Game library handling the current game state by responding to packets. https://github.com/Rutherther/NosSmooth/ MIT diff --git a/Data/NosSmooth.Data.Abstractions/NosSmooth.Data.Abstractions.csproj b/Data/NosSmooth.Data.Abstractions/NosSmooth.Data.Abstractions.csproj index 747f270b9b02753a063f355100ccbef8ebbbd247..8b1cdd9e7fa659fa48fd9c6c57c4f654c35e3d11 100644 --- a/Data/NosSmooth.Data.Abstractions/NosSmooth.Data.Abstractions.csproj +++ b/Data/NosSmooth.Data.Abstractions/NosSmooth.Data.Abstractions.csproj @@ -8,7 +8,7 @@ https://github.com/Rutherther/NosSmooth/ MIT 2.0.0 - net6.0;netstandard2.1 + net7.0;netstandard2.1 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 a91e9fdc8e5d9b17ed70419e63de437a8cf359e6..74b7825e9984c506c4a0002aab2de676209b9d17 100644 --- a/Data/NosSmooth.Data.CLI/NosSmooth.Data.CLI.csproj +++ b/Data/NosSmooth.Data.CLI/NosSmooth.Data.CLI.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable enable Exe diff --git a/Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj b/Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj index bdc8f713e236365710066be546ff93eee2b86fe1..f6e2b70790904abc64284dc70a3931adb367f817 100644 --- a/Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj +++ b/Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj @@ -8,7 +8,7 @@ https://github.com/Rutherther/NosSmooth/ MIT 2.0.0 - net6.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 842935c093b6368f12ead60c83979a8bb00cd27f..cccfb340ae69c3df2c13aa9d1e5b36b21603385b 100644 --- a/Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj +++ b/Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj @@ -9,7 +9,7 @@ MIT 2.0.1 Read map file correctly. - net6.0;netstandard2.1 + net7.0;netstandard2.1 diff --git a/Extensions/NosSmooth.Extensions.Pathfinding/NosSmooth.Extensions.Pathfinding.csproj b/Extensions/NosSmooth.Extensions.Pathfinding/NosSmooth.Extensions.Pathfinding.csproj index d7d2702baaaa03d100a031567e6ca96d653e7d17..5f547821c9f82e86b2d75d886d462edc3cd83abf 100644 --- a/Extensions/NosSmooth.Extensions.Pathfinding/NosSmooth.Extensions.Pathfinding.csproj +++ b/Extensions/NosSmooth.Extensions.Pathfinding/NosSmooth.Extensions.Pathfinding.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable enable NosSmooth extension for finding paths and walking found paths. diff --git a/Packets/NosSmooth.PacketSerializer.Abstractions/NosSmooth.PacketSerializer.Abstractions.csproj b/Packets/NosSmooth.PacketSerializer.Abstractions/NosSmooth.PacketSerializer.Abstractions.csproj index 54f6f72015c5fff04c74039afac0b6bb3f347bde..5117999537c160a0d89565d63bbc629b62bd7bb5 100644 --- a/Packets/NosSmooth.PacketSerializer.Abstractions/NosSmooth.PacketSerializer.Abstractions.csproj +++ b/Packets/NosSmooth.PacketSerializer.Abstractions/NosSmooth.PacketSerializer.Abstractions.csproj @@ -8,7 +8,7 @@ https://github.com/Rutherther/NosSmooth/ MIT 1.0.1 - net6.0;netstandard2.1 + net7.0;netstandard2.1 diff --git a/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj b/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj index 2c854581da09c73bc852c4a1a26a4aaaffd5d4eb..feb7b348425428dcb5e077d643972c8cdb15a94e 100644 --- a/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj +++ b/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj @@ -4,7 +4,7 @@ 10 NosSmooth.PacketSerializer NosSmooth.PacketSerializer - net6.0;netstandard2.1 + net7.0;netstandard2.1 NosSmooth's packet string serializer implementation. https://github.com/Rutherther/NosSmooth/ MIT diff --git a/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj b/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj index b23c975ad74483578e55e7e78c0f0e79b9cd5abf..1ad71bd54f9dae89040c212b2aa8af7232681eeb 100644 --- a/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj +++ b/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj @@ -8,7 +8,7 @@ https://github.com/Rutherther/NosSmooth/ MIT 2.2.1 - net6.0;netstandard2.1 + net7.0;netstandard2.1 Fix cinfo, eq, cancel packets. diff --git a/Samples/DataBrowser/DataBrowser.csproj b/Samples/DataBrowser/DataBrowser.csproj index 84297317b251c200945e58a9db5b8fc77251c16b..551b4f4d1c92ccbe97e1b8d9f01d3033fe4e373b 100644 --- a/Samples/DataBrowser/DataBrowser.csproj +++ b/Samples/DataBrowser/DataBrowser.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net7.0 enable enable false diff --git a/Samples/FileClient/FileClient.csproj b/Samples/FileClient/FileClient.csproj index ff42d49db179170926b65f18fbf47a03662dff5e..47d30df88f7a7e6f6f81d6a9949602a7ae10cb0f 100644 --- a/Samples/FileClient/FileClient.csproj +++ b/Samples/FileClient/FileClient.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net7.0 enable enable false diff --git a/Tests/NosSmooth.Core.Tests/NosSmooth.Core.Tests.csproj b/Tests/NosSmooth.Core.Tests/NosSmooth.Core.Tests.csproj index 5a93821096a174817a88bf2209ce8ee33794222f..377e6f6e1bc251301f407becfe97997eb22fb6f3 100644 --- a/Tests/NosSmooth.Core.Tests/NosSmooth.Core.Tests.csproj +++ b/Tests/NosSmooth.Core.Tests/NosSmooth.Core.Tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable false diff --git a/Tests/NosSmooth.Packets.Tests/NosSmooth.Packets.Tests.csproj b/Tests/NosSmooth.Packets.Tests/NosSmooth.Packets.Tests.csproj index a14a9eb74360d2da4641d3ac0d82a0589a0a6d05..53a437c6e5edc5656cc309290c05c598bbbfd661 100644 --- a/Tests/NosSmooth.Packets.Tests/NosSmooth.Packets.Tests.csproj +++ b/Tests/NosSmooth.Packets.Tests/NosSmooth.Packets.Tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable false