diff --git a/Directory.Build.props b/Directory.Build.props index 738850042c..43a8a6044b 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -66,7 +66,7 @@ - 3.6.146 + 3.7.112 all diff --git a/Projects/Server.Tests/Server.Tests.csproj b/Projects/Server.Tests/Server.Tests.csproj index 13c30656aa..e5d6a179b7 100644 --- a/Projects/Server.Tests/Server.Tests.csproj +++ b/Projects/Server.Tests/Server.Tests.csproj @@ -7,7 +7,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Projects/Server/Network/TcpServer.cs b/Projects/Server/Network/TcpServer.cs index be526f7038..52a5201c8c 100644 --- a/Projects/Server/Network/TcpServer.cs +++ b/Projects/Server/Network/TcpServer.cs @@ -37,8 +37,8 @@ public static class TcpServer public static void Start() { - HashSet listeningAddresses = new HashSet(); - List listeners = new List(); + HashSet listeningAddresses = []; + List listeners = []; foreach (var ipep in ServerConfiguration.Listeners) { var listener = CreateListener(ipep); diff --git a/Projects/Server/Server.csproj b/Projects/Server/Server.csproj index 8536a2bb29..123ad7a73c 100644 --- a/Projects/Server/Server.csproj +++ b/Projects/Server/Server.csproj @@ -33,13 +33,13 @@ - + - + diff --git a/Projects/UOContent.Tests/UOContent.Tests.csproj b/Projects/UOContent.Tests/UOContent.Tests.csproj index ce902d2249..2e3acc315c 100644 --- a/Projects/UOContent.Tests/UOContent.Tests.csproj +++ b/Projects/UOContent.Tests/UOContent.Tests.csproj @@ -6,7 +6,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Projects/UOContent/Mobiles/PlayerMobile.cs b/Projects/UOContent/Mobiles/PlayerMobile.cs index da7e427cb3..f2ea4fa28f 100644 --- a/Projects/UOContent/Mobiles/PlayerMobile.cs +++ b/Projects/UOContent/Mobiles/PlayerMobile.cs @@ -28,13 +28,9 @@ using Server.SkillHandlers; using Server.Spells; using Server.Spells.Bushido; -using Server.Spells.Fifth; -using Server.Spells.First; using Server.Spells.Fourth; -using Server.Spells.Mysticism; using Server.Spells.Necromancy; using Server.Spells.Ninjitsu; -using Server.Spells.Second; using Server.Spells.Sixth; using Server.Spells.Spellweaving; using Server.Targeting; diff --git a/Projects/UOContent/UOContent.csproj b/Projects/UOContent/UOContent.csproj index 60e8677240..dc8bd531f7 100644 --- a/Projects/UOContent/UOContent.csproj +++ b/Projects/UOContent/UOContent.csproj @@ -38,16 +38,16 @@ false - + - + - +