Ver código fonte

Updating to supported target of .NET (#1263)

Tim Heuer 4 anos atrás
pai
commit
280f47374c
1 arquivos alterados com 1 adições e 1 exclusões
  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>