Răsfoiți Sursa

Updating to supported target of .NET (#1263)

Tim Heuer 4 ani în urmă
părinte
comite
280f47374c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      StandaloneExample/StandaloneExample.csproj

+ 1 - 1
StandaloneExample/StandaloneExample.csproj

@@ -3,7 +3,7 @@
   <PropertyGroup>
     <LangVersion>latest</LangVersion>
     <OutputType>Exe</OutputType>
-    <TargetFramework>netcoreapp2.0</TargetFramework>
+    <TargetFramework>net5.0</TargetFramework>
   </PropertyGroup>
 
   <ItemGroup>