Skip to content

Commit eb4126d

Browse files
[main] Update dependencies from dotnet/arcade (#448)
* Update dependencies from https://github.com/dotnet/arcade build 20231117.1 Microsoft.DotNet.Arcade.Sdk From Version 9.0.0-beta.23560.1 -> To Version 9.0.0-beta.23567.1 * Update dependencies from https://github.com/dotnet/arcade build 20231127.1 Microsoft.DotNet.Arcade.Sdk From Version 9.0.0-beta.23560.1 -> To Version 9.0.0-beta.23577.1 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 252eb0f commit eb4126d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
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="9.0.0-beta.23560.1">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23577.1">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>576b0a6fca70266087aa247d68896376ecec8c6e</Sha>
8+
<Sha>0b786af5e4da6164ac878842bd449d4d58ce865e</Sha>
99
</Dependency>
1010
</ToolsetDependencies>
1111
</Dependencies>

global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"sdk": {
3-
"version": "8.0.100-rtm.23506.1"
3+
"version": "8.0.100"
44
},
55
"tools": {
6-
"dotnet": "8.0.100-rtm.23506.1",
6+
"dotnet": "8.0.100",
77
"runtimes": {
88
"dotnet": [
99
"6.0.4",
@@ -16,6 +16,6 @@
1616
}
1717
},
1818
"msbuild-sdks": {
19-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23560.1"
19+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23577.1"
2020
}
2121
}

0 commit comments

Comments
 (0)