瀏覽代碼

Updating to supported target of .NET (#1263)

Tim Heuer 4 年之前
父節點
當前提交
280f47374c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>