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 73f6559 commit 15680ebCopy full SHA for 15680eb
BitMart.Net/BitMart.Net.csproj
@@ -23,7 +23,7 @@
23
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
24
<PackageReleaseNotes>https://github.com/JKorf/BitMart.Net?tab=readme-ov-file#release-notes</PackageReleaseNotes>
25
</PropertyGroup>
26
- <PropertyGroup Label="AOT" Condition=" '$(TargetFramework)' == 'NET8_0' Or '$(TargetFramework)' == 'NET9_0' ">
+ <PropertyGroup Label="AOT" Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">
27
<IsAotCompatible>true</IsAotCompatible>
28
29
<PropertyGroup Label="Deterministic Build" Condition="'$(Configuration)' == 'Release'">
0 commit comments