浏览代码

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>
   <PropertyGroup>
     <LangVersion>latest</LangVersion>
     <LangVersion>latest</LangVersion>
     <OutputType>Exe</OutputType>
     <OutputType>Exe</OutputType>
-    <TargetFramework>netcoreapp2.0</TargetFramework>
+    <TargetFramework>net5.0</TargetFramework>
   </PropertyGroup>
   </PropertyGroup>
 
 
   <ItemGroup>
   <ItemGroup>