Skip to content

Commit 4efa9c9

Browse files
committed
refs or cleanup
1 parent f880a68 commit 4efa9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<NuGetAuditLevel>low</NuGetAuditLevel>
2020
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
2121
<IsAotCompatible
22-
Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsAotCompatible>
22+
Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsAotCompatible>
2323
</PropertyGroup>
2424
</Project>

0 commit comments

Comments
 (0)