Skip to content

Commit 98962a0

Browse files
Update Arcade SDK
Update to a newer version of Arcade to fix the build.
1 parent 16a3547 commit 98962a0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

NuGet.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<configuration>
33
<packageSources>
44
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
5+
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
56
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
67
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
78
<add key="azureadwebstacknightly" value="https://www.myget.org/F/azureadwebstacknightly/api/v3/index.json" />

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55

66
"msbuild-sdks": {
7-
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20180.5",
8-
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20180.5"
7+
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20431.1",
8+
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20431.1"
99
}
1010
}

0 commit comments

Comments
 (0)