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()) {