From 3594e97109060c2cc8f70d4bbe11a5685c1512fe Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Mon, 13 Jun 2022 23:28:33 -0700 Subject: [PATCH] fix: Updates serialization generator (#1062) Updates the serialization and schema generators to a considerably more optimized version. --- .config/dotnet-tools.json | 2 +- Directory.Build.props | 2 +- Projects/Server/Server.csproj | 2 +- Projects/UOContent/UOContent.csproj | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index c0b05674e..daaf31f85 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "modernuoschemagenerator": { - "version": "2.0.5", + "version": "2.1.0", "commands": [ "ModernUOSchemaGenerator" ] diff --git a/Directory.Build.props b/Directory.Build.props index c0a882066..5b23e4a72 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -59,7 +59,7 @@ - 3.5.104 + 3.5.107 all diff --git a/Projects/Server/Server.csproj b/Projects/Server/Server.csproj index c1eaa1ceb..a90755287 100755 --- a/Projects/Server/Server.csproj +++ b/Projects/Server/Server.csproj @@ -41,7 +41,7 @@ - + diff --git a/Projects/UOContent/UOContent.csproj b/Projects/UOContent/UOContent.csproj index 89015f409..40165f53b 100755 --- a/Projects/UOContent/UOContent.csproj +++ b/Projects/UOContent/UOContent.csproj @@ -38,7 +38,7 @@ false - + @@ -46,7 +46,7 @@ - +