Browse Source

Updating to supported target of .NET (#1263)

Tim Heuer 4 năm trước cách đây
mục cha
commit
280f47374c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>