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 cef590a commit fbecafeCopy full SHA for fbecafe
Directory.Build.props
@@ -20,5 +20,8 @@
20
<NetFxTfm>net461</NetFxTfm>
21
22
<PackageLicenseExpression>MIT</PackageLicenseExpression>
23
+
24
+ <!-- TODO: https://github.com/dotnet/arcade/issues/1373 -->
25
+ <NoWarn>$(NoWarn);NU5125</NoWarn>
26
</PropertyGroup>
27
</Project>
0 commit comments