From 0da6e46d67fdf1ead22e2758958d652149d18aa6 Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Sun, 19 Nov 2023 10:03:28 -0800 Subject: [PATCH] feat: Updates to .NET Standard 2.1 source generators (#1602) --- .config/dotnet-tools.json | 2 +- Projects/Server/Server.csproj | 4 ++-- Projects/UOContent/UOContent.csproj | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 4026539bf..1895d3624 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "modernuoschemagenerator": { - "version": "2.8.0", + "version": "2.9.0", "commands": [ "ModernUOSchemaGenerator" ] diff --git a/Projects/Server/Server.csproj b/Projects/Server/Server.csproj index 66f2cb044..aefe90895 100755 --- a/Projects/Server/Server.csproj +++ b/Projects/Server/Server.csproj @@ -37,8 +37,8 @@ - - + + diff --git a/Projects/UOContent/UOContent.csproj b/Projects/UOContent/UOContent.csproj index 0f41eca5d..d2d348ace 100644 --- a/Projects/UOContent/UOContent.csproj +++ b/Projects/UOContent/UOContent.csproj @@ -39,8 +39,8 @@ - - + +