Skip to content

Commit 9110ac9

Browse files
[main] Update dependencies from dotnet/arcade (#2504)
* Update dependencies from https://github.com/dotnet/arcade build 20241112.12 Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.24525.2 -> To Version 8.0.0-beta.24562.12 * Update dependencies from https://github.com/dotnet/arcade build 20241120.5 Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.24525.2 -> To Version 8.0.0-beta.24570.5 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent feb61c7 commit 9110ac9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
</Dependency>
1010
</ProductDependencies>
1111
<ToolsetDependencies>
12-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24525.2">
12+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24570.5">
1313
<Uri>https://github.com/dotnet/arcade</Uri>
14-
<Sha>24e02f80c5458d1f75240ae57fc2a98fb8a9022a</Sha>
14+
<Sha>3c7e11bf80279cde53a6251c4d0fa10e613fc739</Sha>
1515
</Dependency>
1616
<!-- Intermediate is necessary for source build. -->
17-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="8.0.0-beta.24525.2">
17+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="8.0.0-beta.24570.5">
1818
<Uri>https://github.com/dotnet/arcade</Uri>
19-
<Sha>24e02f80c5458d1f75240ae57fc2a98fb8a9022a</Sha>
19+
<Sha>3c7e11bf80279cde53a6251c4d0fa10e613fc739</Sha>
2020
<SourceBuild RepoName="arcade" ManagedOnly="true" />
2121
</Dependency>
2222
<!-- Don't declare a separate xliff-tasks intermediate as Arcade 8.0 does not have xliff intermediate declared. -->

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
}
1111
},
1212
"msbuild-sdks": {
13-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24525.2"
13+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24570.5"
1414
}
1515
}

0 commit comments

Comments
 (0)