Explorar o código

Updating to supported target of .NET (#1263)

Tim Heuer %!s(int64=4) %!d(string=hai) anos
pai
achega
280f47374c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>