Skip to content

Commit 816aaa9

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20190808.13 (#7371)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19408.13
1 parent f72ab4c commit 816aaa9

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

NuGet.config

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
<add key="vs-impl" value="https://vside.myget.org/F/vs-impl/api/v3/index.json" />
2323
<add key="roslyn_concord" value="https://myget.org/F/roslyn_concord/api/v3/index.json" />
2424
<add key="devcore" value="https://vside.myget.org/F/devcore/api/v3/index.json" />
25-
26-
<!-- These keys can be removed once 16.3 has shipped, they are necessary to build with net16.3 previews -->
2725
<add key="dotnet-windowsdesktop" value="https://dotnetfeed.blob.core.windows.net/dotnet-windowsdesktop/index.json" />
2826
<add key="aspnet-aspnetcore" value="https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore/index.json" />
2927
<add key="aspnet-aspnetcore-tooling" value="https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore-tooling/index.json" />

eng/Version.Details.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19407.9">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19408.13">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>77597ba7f484bef24368d966b7fe91fe38ec973b</Sha>
8+
<Sha>524bb3e06ffd5b483a3c71a8f670b7a4bd2c232a</Sha>
99
</Dependency>
1010
</ToolsetDependencies>
1111
</Dependencies>

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
},
1212
"msbuild-sdks": {
13-
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19407.9",
13+
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19408.13",
1414
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19069.2"
1515
}
1616
}

0 commit comments

Comments
 (0)