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 d65232b commit 1497a32Copy full SHA for 1497a32
msbuild/props/SixLabors.Src.props
@@ -19,11 +19,12 @@
19
<RepositoryType>git</RepositoryType>
20
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
21
<PublishRepositoryUrl>true</PublishRepositoryUrl>
22
+ <IsAotCompatible>true</IsAotCompatible>
23
</PropertyGroup>
24
25
<!--
26
Define Environmental conditionals. Determined by environmental settings set in build-and-test.yml
- These proeprties are defined 2X to ensure both MSBuild and Visual Studio (preprocessor directives)
27
+ These properties are defined 2X to ensure both MSBuild and Visual Studio (preprocessor directives)
28
can correctly detect them.
29
-->
30
<PropertyGroup>
0 commit comments