Skip to content

Commit 3737cca

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20260318.3 (#521)
On relative base path root Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.26117.2 -> To Version 8.0.0-beta.26168.3 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 563783c commit 3737cca

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
@@ -21,9 +21,9 @@
2121
<Sha>9cb3b725e3ad2b57ddc9fb2dd48d2d170563a8f5</Sha>
2222
<SourceBuild RepoName="runtime" ManagedOnly="false" />
2323
</Dependency>
24-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.26117.2">
24+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.26168.3">
2525
<Uri>https://github.com/dotnet/arcade</Uri>
26-
<Sha>53f3357c00780a514a5b7b69e6f58880b3ada28e</Sha>
26+
<Sha>8dabb7110e0c0e8ca9866f389493bfb5047b8c24</Sha>
2727
<SourceBuild RepoName="arcade" ManagedOnly="true" />
2828
</Dependency>
2929
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="8.0.0-alpha.1.25060.2">

global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"sdk": {
3-
"version": "8.0.124",
3+
"version": "8.0.125",
44
"rollForward": "latestPatch",
55
"paths": [
66
".dotnet",
77
"$host$"
88
]
99
},
1010
"tools": {
11-
"dotnet": "8.0.124"
11+
"dotnet": "8.0.125"
1212
},
1313
"msbuild-sdks": {
14-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.26117.2"
14+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.26168.3"
1515
}
1616
}

0 commit comments

Comments
 (0)