Skip to content

Commit

Permalink
Update NullabilityInfoExtensions.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Aug 29, 2023
1 parent 9435ff9 commit 34ddacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackageTags>Polyfill</PackageTags>
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports>
<SignAssembly>false</SignAssembly>
<NoWarn>CS1591;NETSDK1138;NU1901;NU1902</NoWarn>
<NoWarn>CS1591;NETSDK1138;NU1901;NU1902;NU1903</NoWarn>
<CheckEolTargetFramework>false</CheckEolTargetFramework>
<LangVersion>11</LangVersion>
<ImplicitUsings>false</ImplicitUsings>
Expand Down

0 comments on commit 34ddacf

Please sign in to comment.