We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1618a9 commit e34bca8Copy full SHA for e34bca8
Directory.Build.props
@@ -2,9 +2,13 @@
2
<PropertyGroup>
3
<TargetFramework>net9.0</TargetFramework>
4
<LangVersion>latest</LangVersion>
5
- <Version>1.7.2</Version>
6
<Nullable>enable</Nullable>
7
<ImplicitUsings>enable</ImplicitUsings>
+ <IsAotCompatible>true</IsAotCompatible>
8
+ </PropertyGroup>
9
+
10
+ <PropertyGroup>
11
+ <Version>1.7.2</Version>
12
<IsPackable>false</IsPackable>
13
<Authors>HMBSbige</Authors>
14
<Copyright>Copyright © HMBSbige</Copyright>
@@ -18,4 +22,5 @@
18
22
<IncludeSymbols>true</IncludeSymbols>
19
23
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
20
24
</PropertyGroup>
25
21
26
</Project>
0 commit comments