Skip to content

Commit e34bca8

Browse files
committed
feat: enable IsAotCompatible
1 parent f1618a9 commit e34bca8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Directory.Build.props

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
<PropertyGroup>
33
<TargetFramework>net9.0</TargetFramework>
44
<LangVersion>latest</LangVersion>
5-
<Version>1.7.2</Version>
65
<Nullable>enable</Nullable>
76
<ImplicitUsings>enable</ImplicitUsings>
7+
<IsAotCompatible>true</IsAotCompatible>
8+
</PropertyGroup>
9+
10+
<PropertyGroup>
11+
<Version>1.7.2</Version>
812
<IsPackable>false</IsPackable>
913
<Authors>HMBSbige</Authors>
1014
<Copyright>Copyright © HMBSbige</Copyright>
@@ -18,4 +22,5 @@
1822
<IncludeSymbols>true</IncludeSymbols>
1923
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2024
</PropertyGroup>
25+
2126
</Project>

0 commit comments

Comments
 (0)