Skip to content

Commit 7f91d7c

Browse files
Workaround for dotnet/installer#4744
.NET Core 3.1 SDK hasn't consumed the fix for NuGet/Home#8467 yet. Suppress these warnings temporarily
1 parent f10b5d5 commit 7f91d7c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

eng/WpfArcadeSdk/Sdk/Sdk.props

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@
6969
-->
7070
<NoWarn Condition="'$(BuildingInsideVisualStudio)'=='true'">$(NoWarn);NU1605</NoWarn>
7171

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+
7279
<!--
7380
Support for suppressing warnings by supplying /p:AdditionalNoWarn=0123;4567 from
7481
dotnet.exe/msbuild commandline.

0 commit comments

Comments
 (0)