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 f10b5d5 commit 7f91d7cCopy full SHA for 7f91d7c
eng/WpfArcadeSdk/Sdk/Sdk.props
@@ -69,6 +69,13 @@
69
-->
70
<NoWarn Condition="'$(BuildingInsideVisualStudio)'=='true'">$(NoWarn);NU1605</NoWarn>
71
72
+ <!--
73
+ Workaround for https://github.com/dotnet/core-sdk/issues/4744
74
+ .NET Core 3.1 SDK hasn't consumed the fix for https://github.com/NuGet/Home/issues/8467 yet.
75
+ Suppress these warnings temporarily
76
+ -->
77
+ <NoWarn>$(NoWarn);NU5128;NU5313;NU5131</NoWarn>
78
+
79
<!--
80
Support for suppressing warnings by supplying /p:AdditionalNoWarn=0123;4567 from
81
dotnet.exe/msbuild commandline.
0 commit comments