We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09b1dba + effe03d commit e9ee37aCopy full SHA for e9ee37a
eng/WpfArcadeSdk/Sdk/Sdk.props
@@ -61,8 +61,10 @@
61
<!--
62
Temporarily suppress NU3027
63
https://github.com/dotnet/arcade/issues/2304
64
+
65
+ NU5131, NU5128 - Our transport packages do not conform to the layout NuGet wants.
66
-->
- <NoWarn>$(NoWarn);NU3027</NoWarn>
67
+ <NoWarn>$(NoWarn);NU3027;NU5131;NU5128</NoWarn>
68
69
70
Suppress NU1605 (Package downgrade warnings) when building inside Visual Studio
global.json
@@ -1,6 +1,6 @@
1
{
2
"tools": {
3
- "dotnet": "5.0.100-alpha1-014065",
+ "dotnet": "5.0.100-alpha1-015515",
4
"runtimes": {
5
"dotnet": [
6
"2.1.7",
0 commit comments