Skip to content

Commit 365f759

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20251015.2 (#847)
[main] Update dependencies from dotnet/arcade
1 parent b219c13 commit 365f759

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@
6565
</Dependency>
6666
</ProductDependencies>
6767
<ToolsetDependencies>
68-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25503.3">
68+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25515.2">
6969
<Uri>https://github.com/dotnet/arcade</Uri>
70-
<Sha>f8c9a6d12e5a3b281661924da22d7de1cc6ab27d</Sha>
70+
<Sha>6666973b629b24e259162dba03486c23af464bab</Sha>
7171
</Dependency>
72-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25503.3">
72+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25515.2">
7373
<Uri>https://github.com/dotnet/arcade</Uri>
74-
<Sha>f8c9a6d12e5a3b281661924da22d7de1cc6ab27d</Sha>
74+
<Sha>6666973b629b24e259162dba03486c23af464bab</Sha>
7575
</Dependency>
7676
</ToolsetDependencies>
7777
</Dependencies>

global.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"sdk": {
3-
"version": "9.0.110"
3+
"version": "9.0.111"
44
},
55
"tools": {
6-
"dotnet": "9.0.110",
6+
"dotnet": "9.0.111",
77
"runtimes": {
88
"dotnet": [
99
"8.0.0",
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
"msbuild-sdks": {
19-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25503.3",
20-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25503.3"
19+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25515.2",
20+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25515.2"
2121
}
2222
}

0 commit comments

Comments
 (0)