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.
1 parent de297f0 commit b6392adCopy full SHA for b6392ad
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