Browse Source

updated codegen project to net6

Vicente Penades 3 years ago
parent
commit
b17ecaf5d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build/SharpGLTF.CodeGen/SharpGLTF.CodeGen.csproj

+ 1 - 1
build/SharpGLTF.CodeGen/SharpGLTF.CodeGen.csproj

@@ -2,7 +2,7 @@
 
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <TargetFramework>netcoreapp3.1</TargetFramework>
+    <TargetFramework>net6.0</TargetFramework>
     <RootNamespace>SharpGLTF</RootNamespace>
   </PropertyGroup>