Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/arcade build 20210…
Browse files Browse the repository at this point in the history
…812.1 (llvm#128)

[release/11.x] Update dependencies from dotnet/arcade
  • Loading branch information
dotnet-maestro[bot] committed Aug 16, 2021
1 parent 30296e7 commit cea4a95
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21406.6">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21412.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>382667fff0b58c362855a42c3529ba294fd0514c</Sha>
<Sha>58ac7035021bd7277ef7582338afd25403fc9aea</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21406.6">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21412.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>382667fff0b58c362855a42c3529ba294fd0514c</Sha>
<Sha>58ac7035021bd7277ef7582338afd25403fc9aea</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="6.0.0-beta.21406.6">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="6.0.0-beta.21412.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>382667fff0b58c362855a42c3529ba294fd0514c</Sha>
<Sha>58ac7035021bd7277ef7582338afd25403fc9aea</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
</PropertyGroup>
<PropertyGroup>
<MicrosoftDotNetBuildTasksPackagingVersion>6.0.0-beta.21406.6</MicrosoftDotNetBuildTasksPackagingVersion>
<MicrosoftDotNetBuildTasksPackagingVersion>6.0.0-beta.21412.1</MicrosoftDotNetBuildTasksPackagingVersion>
</PropertyGroup>
</Project>
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"dotnet": "6.0.100-rc.1.21379.2"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21406.6",
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21406.6",
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21412.1",
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21412.1",
"Microsoft.Build.Traversal": "2.0.2"
}
}

0 comments on commit cea4a95

Please sign in to comment.