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 f880a68 commit 4efa9c9Copy full SHA for 4efa9c9
src/Directory.Build.props
@@ -19,6 +19,6 @@
19
<NuGetAuditLevel>low</NuGetAuditLevel>
20
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
21
<IsAotCompatible
22
- Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsAotCompatible>
+ Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsAotCompatible>
23
</PropertyGroup>
24
</Project>
0 commit comments