From 16f65e59c6efb2cf5f7f8f2ddbf72f93a54650e8 Mon Sep 17 00:00:00 2001
From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com>
Date: Tue, 7 Dec 2021 10:20:30 -0800
Subject: [PATCH] fix: Fixes VS builds by reverting back to nstd20 (#882)
---
.../SerializationGenerator.csproj | 10 ++++++----
Projects/Server/Server.csproj | 2 +-
Projects/UOContent/UOContent.csproj | 2 +-
3 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/Projects/SerializationGenerator/SerializationGenerator.csproj b/Projects/SerializationGenerator/SerializationGenerator.csproj
index 1daae2ff1..10448f42f 100755
--- a/Projects/SerializationGenerator/SerializationGenerator.csproj
+++ b/Projects/SerializationGenerator/SerializationGenerator.csproj
@@ -1,6 +1,6 @@
- netstandard2.1
+ netstandard2.0
preview
analyzers
@@ -12,6 +12,7 @@
+
@@ -21,9 +22,10 @@
-
-
-
+
+
+
+
diff --git a/Projects/Server/Server.csproj b/Projects/Server/Server.csproj
index 4efc9e1a9..392fccc6f 100755
--- a/Projects/Server/Server.csproj
+++ b/Projects/Server/Server.csproj
@@ -40,7 +40,7 @@
- TargetFramework=netstandard2.1
+ TargetFramework=netstandard2.0
Analyzer
false
all
diff --git a/Projects/UOContent/UOContent.csproj b/Projects/UOContent/UOContent.csproj
index c5561de3d..06e297a52 100755
--- a/Projects/UOContent/UOContent.csproj
+++ b/Projects/UOContent/UOContent.csproj
@@ -47,7 +47,7 @@
- TargetFramework=netstandard2.1
+ TargetFramework=netstandard2.0
Analyzer
false
all