Skip to content

Commit 1497a32

Browse files
Add AOT compatibility property
1 parent d65232b commit 1497a32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

msbuild/props/SixLabors.Src.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@
1919
<RepositoryType>git</RepositoryType>
2020
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2121
<PublishRepositoryUrl>true</PublishRepositoryUrl>
22+
<IsAotCompatible>true</IsAotCompatible>
2223
</PropertyGroup>
2324

2425
<!--
2526
Define Environmental conditionals. Determined by environmental settings set in build-and-test.yml
26-
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)
2728
can correctly detect them.
2829
-->
2930
<PropertyGroup>

0 commit comments

Comments
 (0)