Skip to content

Commit 745c508

Browse files
[release/10] Update dependencies from dotnet/arcade (#905)
* Update dependencies from https://github.com/dotnet/arcade build 20260813.3 On relative base path root Microsoft.DotNet.Arcade.Sdk From Version 10.0.0-beta.26412.3 -> To Version 10.0.0-beta.26413.3 * Update dependencies from https://github.com/dotnet/arcade build 20260814.3 On relative base path root Microsoft.DotNet.Arcade.Sdk From Version 10.0.0-beta.26412.3 -> To Version 10.0.0-beta.26414.3 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 05a99cd commit 745c508

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
</Dependency>
3737
</ProductDependencies>
3838
<ToolsetDependencies>
39-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26412.3">
39+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26414.3">
4040
<Uri>https://github.com/dotnet/arcade</Uri>
41-
<Sha>cc913986bd49ba62a2606fe232f79cd5d5294f19</Sha>
41+
<Sha>caa49f7726ab75f513f2fb814030657cf1afc0e4</Sha>
4242
<SourceBuild RepoName="arcade" ManagedOnly="true" />
4343
</Dependency>
4444
</ToolsetDependencies>

global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"sdk": {
3-
"version": "10.0.110",
3+
"version": "10.0.111",
44
"allowPrerelease": true,
55
"rollForward": "major"
66
},
77
"tools": {
8-
"dotnet": "10.0.110"
8+
"dotnet": "10.0.111"
99
},
1010
"msbuild-sdks": {
1111
"Microsoft.Build.NoTargets": "3.7.0",
12-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26412.3",
12+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26414.3",
1313
"Microsoft.VisualStudio.Internal.MicroBuild.Vsman": "2.0.174"
1414
}
1515
}

0 commit comments

Comments
 (0)