We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb2b68a + b6392ad commit 8021ec0Copy full SHA for 8021ec0
src/SharpGLTF.Core/SharpGLTF.Core.csproj
@@ -7,6 +7,13 @@
7
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
8
</PropertyGroup>
9
10
+ <PropertyGroup Condition=" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0')) ">
11
+ <IsTrimmable>true</IsTrimmable>
12
+ </PropertyGroup>
13
+ <PropertyGroup Condition=" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0')) ">
14
+ <IsAotCompatible>true</IsAotCompatible>
15
16
+
17
<PropertyGroup>
18
<!--
19
<DefineConstants>TRACE;SUPRESSTRYCATCH</DefineConstants>
0 commit comments