Skip to content

Commit 7e957c8

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250225.2 (#452)
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk From Version 10.0.0-beta.25120.6 -> To Version 10.0.0-beta.25125.2 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 0d7bdb3 commit 7e957c8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

eng/Version.Details.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
<Sha>e9b99f554a3c298e1106ea171f5a0462780af2c5</Sha>
1212
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
1313
</Dependency>
14-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25120.6">
14+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25125.2">
1515
<Uri>https://github.com/dotnet/arcade</Uri>
16-
<Sha>ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac</Sha>
16+
<Sha>5b1e2d133be215e729cf90016ae12b520950ce7a</Sha>
1717
</Dependency>
1818
<!-- Intermediate is necessary for source build. -->
19-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.25120.6">
19+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.25125.2">
2020
<Uri>https://github.com/dotnet/arcade</Uri>
21-
<Sha>ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac</Sha>
21+
<Sha>5b1e2d133be215e729cf90016ae12b520950ce7a</Sha>
2222
<SourceBuild RepoName="arcade" ManagedOnly="true" />
2323
</Dependency>
2424
<!-- Intermediate is necessary for source build. -->

eng/common/core-templates/steps/generate-sbom.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# IgnoreDirectories - Directories to ignore for SBOM generation. This will be passed through to the CG component detector.
66

77
parameters:
8-
PackageVersion: 9.0.0
8+
PackageVersion: 10.0.0
99
BuildDropPath: '$(Build.SourcesDirectory)/artifacts'
1010
PackageName: '.NET'
1111
ManifestDirPath: $(Build.ArtifactStagingDirectory)/sbom

global.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"tools": {
3-
"dotnet": "10.0.100-preview.2.25118.3"
3+
"dotnet": "10.0.100-preview.3.25125.5"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25120.6"
6+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25125.2"
77
}
88
}

0 commit comments

Comments
 (0)