From cae077a5cf5d0935f5160f877da41f8ad7c59c54 Mon Sep 17 00:00:00 2001 From: JFronny <33260128+jfronny@users.noreply.github.com> Date: Thu, 19 Nov 2020 19:37:33 +0100 Subject: [PATCH] netstandard2.1 because the world apparently isn't ready yet --- AspNet/AspNet.csproj | 3 ++- AspNet/DictionaryGuidConverter.cs | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AspNet/AspNet.csproj b/AspNet/AspNet.csproj index f4a5453..0fbe596 100644 --- a/AspNet/AspNet.csproj +++ b/AspNet/AspNet.csproj @@ -17,7 +17,7 @@ 1.0.0.0 0.0 1.1.$(VersionSuffix) - net5.0 + netstandard2.1 bin\Debug\Core.xml @@ -27,6 +27,7 @@ + diff --git a/AspNet/DictionaryGuidConverter.cs b/AspNet/DictionaryGuidConverter.cs index 3dd98c3..7ca2bf4 100644 --- a/AspNet/DictionaryGuidConverter.cs +++ b/AspNet/DictionaryGuidConverter.cs @@ -67,7 +67,7 @@ namespace CC_Functions.AspNet throw new JsonException(); } - Dictionary dictionary = new(); + Dictionary dictionary = new Dictionary(); while (reader.Read()) {