Skip to content

Commit 005a1bc

Browse files
committed
Update Directory.Build.props
1 parent cec226d commit 005a1bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33
<PropertyGroup>
44
<NoWarn>CS1591;NETSDK1138;NU1901;NU1902;NU1903;CA1822;CA1847;CA1861;NU1510;NU1608;NU1109</NoWarn>
5-
<Version>9.5.0</Version>
5+
<Version>9.6.0</Version>
66
<AssemblyVersion>1.0.0</AssemblyVersion>
77
<PackageTags>Polyfill</PackageTags>
88
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports>
@@ -24,4 +24,4 @@
2424
<IsAotCompatible
2525
Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsAotCompatible>
2626
</PropertyGroup>
27-
</Project>
27+
</Project>

0 commit comments

Comments
 (0)