Skip to content

Commit

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

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] committed Aug 10, 2023
1 parent 57e5085 commit b642300
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.23361.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.23408.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>cd79d2e8f7844d0a9aca607d4d5b9b6ab78e2f34</Sha>
<Sha>98fd22588fbb0f407faa6a74cb1aa79031306151</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
6 changes: 3 additions & 3 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"sdk": {
"version": "6.0.120",
"version": "6.0.121",
"allowPrerelease": true,
"rollForward": "major"
},
"tools": {
"dotnet": "6.0.120"
"dotnet": "6.0.121"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.23361.3",
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.23408.5",
"Microsoft.Build.NoTargets": "2.0.1",
"Microsoft.Build.Traversal": "3.0.2"
}
Expand Down

0 comments on commit b642300

Please sign in to comment.