From d93e363017853c991c81fa09f4e38c142f018078 Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Tue, 21 Nov 2023 17:10:13 -0800 Subject: [PATCH] fix: Fixes VS support by reverting source generators back to net standard 2.0 (#1609) --- Projects/Server/Server.csproj | 4 ++-- Projects/UOContent/UOContent.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Projects/Server/Server.csproj b/Projects/Server/Server.csproj index aefe90895..55c4d39e4 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 d2d348ace..afc5739cd 100644 --- a/Projects/UOContent/UOContent.csproj +++ b/Projects/UOContent/UOContent.csproj @@ -39,8 +39,8 @@ - - + +