Skip to content

Commit e9ee37a

Browse files
authored
Merge pull request dotnet#2138 from rladuca/bumpdotnetversion
Increase .NET version to ensure we are using higher versions of NuGet
2 parents 09b1dba + effe03d commit e9ee37a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

eng/WpfArcadeSdk/Sdk/Sdk.props

+3-1
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,10 @@
6161
<!--
6262
Temporarily suppress NU3027
6363
https://github.com/dotnet/arcade/issues/2304
64+
65+
NU5131, NU5128 - Our transport packages do not conform to the layout NuGet wants.
6466
-->
65-
<NoWarn>$(NoWarn);NU3027</NoWarn>
67+
<NoWarn>$(NoWarn);NU3027;NU5131;NU5128</NoWarn>
6668

6769
<!--
6870
Suppress NU1605 (Package downgrade warnings) when building inside Visual Studio

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tools": {
3-
"dotnet": "5.0.100-alpha1-014065",
3+
"dotnet": "5.0.100-alpha1-015515",
44
"runtimes": {
55
"dotnet": [
66
"2.1.7",

0 commit comments

Comments
 (0)