Skip to content

Commit b9f44f3

Browse files
[main] Update dependencies from dotnet/arcade (#588)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent a450dd5 commit b9f44f3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25164.5">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25208.7">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>802042c6e779b73b4edb012ee1d5bae02ec8d41c</Sha>
8+
<Sha>c7a36e53f91e41943746f97a8c183549364c5092</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.25164.5">
10+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.25208.7">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>802042c6e779b73b4edb012ee1d5bae02ec8d41c</Sha>
12+
<Sha>c7a36e53f91e41943746f97a8c183549364c5092</Sha>
1313
</Dependency>
1414
</ToolsetDependencies>
1515
</Dependencies>

global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"tools": {
3-
"dotnet": "8.0.114"
3+
"dotnet": "8.0.115"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25164.5",
7-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.25164.5"
6+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25208.7",
7+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.25208.7"
88
}
99
}

0 commit comments

Comments
 (0)