Skip to content

Commit 2219edb

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250225.2 (#650)
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Helix.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 981b8c9 commit 2219edb

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@
88
</Dependency>
99
</ProductDependencies>
1010
<ToolsetDependencies>
11-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25120.6">
11+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25125.2">
1212
<Uri>https://github.com/dotnet/arcade</Uri>
13-
<Sha>ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac</Sha>
13+
<Sha>5b1e2d133be215e729cf90016ae12b520950ce7a</Sha>
1414
</Dependency>
1515
<!-- Intermediate is necessary for source build. -->
16-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.25120.6">
16+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.25125.2">
1717
<Uri>https://github.com/dotnet/arcade</Uri>
18-
<Sha>ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac</Sha>
18+
<Sha>5b1e2d133be215e729cf90016ae12b520950ce7a</Sha>
1919
<SourceBuild RepoName="arcade" ManagedOnly="true" />
2020
</Dependency>
21-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25120.6">
21+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25125.2">
2222
<Uri>https://github.com/dotnet/arcade</Uri>
23-
<Sha>ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac</Sha>
23+
<Sha>5b1e2d133be215e729cf90016ae12b520950ce7a</Sha>
2424
</Dependency>
25-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="10.0.0-beta.25120.6">
25+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="10.0.0-beta.25125.2">
2626
<Uri>https://github.com/dotnet/arcade</Uri>
27-
<Sha>ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac</Sha>
27+
<Sha>5b1e2d133be215e729cf90016ae12b520950ce7a</Sha>
2828
</Dependency>
2929
</ToolsetDependencies>
3030
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
77
</PropertyGroup>
88
<PropertyGroup>
9-
<MicrosoftDotNetBuildTasksPackagingVersion>10.0.0-beta.25120.6</MicrosoftDotNetBuildTasksPackagingVersion>
9+
<MicrosoftDotNetBuildTasksPackagingVersion>10.0.0-beta.25125.2</MicrosoftDotNetBuildTasksPackagingVersion>
1010
</PropertyGroup>
1111
</Project>

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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",
7-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25120.6",
6+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25125.2",
7+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25125.2",
88
"Microsoft.Build.Traversal": "3.4.0"
99
}
1010
}

0 commit comments

Comments
 (0)