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 b0e2f46 commit d9258c2Copy full SHA for d9258c2
src/ExCSS/ExCSS.csproj
@@ -31,6 +31,14 @@
31
-->
32
</PropertyGroup>
33
34
+ <!-- Trimming parameters -->
35
+ <PropertyGroup Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">
36
+ <IsAotCompatible>true</IsAotCompatible>
37
+ <IsTrimmable>true</IsTrimmable>
38
+ <SuppressTrimAnalysisWarnings>false</SuppressTrimAnalysisWarnings>
39
+ <EnableTrimAnalyzer>true</EnableTrimAnalyzer>
40
+ </PropertyGroup>
41
+
42
<PropertyGroup Condition="'$(TargetFramework)' != ''">
43
<LangVersion>9.0</LangVersion>
44
0 commit comments