Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/arcade build 20220…
Browse files Browse the repository at this point in the history
…412.5 (#27819)

[release/6.0] Update dependencies from dotnet/arcade
  • Loading branch information
dotnet-maestro[bot] authored Apr 13, 2022
1 parent 89a59d0 commit d9a2ddb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.22206.7">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.22212.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>254113fd7c3ee04f832c165d6aec1a6077de0d63</Sha>
<Sha>1a6b24397e50146d0fece9cfb9c0b87275691e6f</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.22206.7">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.22212.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>254113fd7c3ee04f832c165d6aec1a6077de0d63</Sha>
<Sha>1a6b24397e50146d0fece9cfb9c0b87275691e6f</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
8 changes: 4 additions & 4 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tools": {
"dotnet": "6.0.103",
"dotnet": "6.0.104",
"runtimes": {
"dotnet": [
"3.1.23",
Expand All @@ -13,12 +13,12 @@
}
},
"sdk": {
"version": "6.0.103",
"version": "6.0.104",
"allowPrerelease": true,
"rollForward": "latestMajor"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.22206.7",
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.22206.7"
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.22212.5",
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.22212.5"
}
}

0 comments on commit d9a2ddb

Please sign in to comment.