Skip to content

Commit a1541cb

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250225.2 (#35686)
[main] Update dependencies from dotnet/arcade
1 parent 9c020be commit a1541cb

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

Diff for: eng/Version.Details.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,17 @@
6767
</Dependency>
6868
</ProductDependencies>
6969
<ToolsetDependencies>
70-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25120.6">
70+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25125.2">
7171
<Uri>https://github.com/dotnet/arcade</Uri>
72-
<Sha>ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac</Sha>
72+
<Sha>5b1e2d133be215e729cf90016ae12b520950ce7a</Sha>
7373
</Dependency>
74-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.25120.6">
74+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.25125.2">
7575
<Uri>https://github.com/dotnet/arcade</Uri>
76-
<Sha>ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac</Sha>
76+
<Sha>5b1e2d133be215e729cf90016ae12b520950ce7a</Sha>
7777
</Dependency>
78-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25120.6">
78+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25125.2">
7979
<Uri>https://github.com/dotnet/arcade</Uri>
80-
<Sha>ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac</Sha>
80+
<Sha>5b1e2d133be215e729cf90016ae12b520950ce7a</Sha>
8181
</Dependency>
8282
</ToolsetDependencies>
8383
</Dependencies>

Diff for: eng/Versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<SystemRuntimeCachingVersion>10.0.0-preview.3.25123.2</SystemRuntimeCachingVersion>
3434
</PropertyGroup>
3535
<PropertyGroup Label="Dependencies from dotnet/arcade">
36-
<MicrosoftDotNetBuildTasksTemplatingVersion>10.0.0-beta.25120.6</MicrosoftDotNetBuildTasksTemplatingVersion>
36+
<MicrosoftDotNetBuildTasksTemplatingVersion>10.0.0-beta.25125.2</MicrosoftDotNetBuildTasksTemplatingVersion>
3737
</PropertyGroup>
3838
<PropertyGroup Label="Other dependencies">
3939
<MicrosoftBuildFrameworkVersion>17.8.3</MicrosoftBuildFrameworkVersion>

Diff for: 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

Diff for: global.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-preview.2.25118.3",
3+
"version": "10.0.100-preview.3.25125.5",
44
"allowPrerelease": true,
55
"rollForward": "latestMajor"
66
},
77
"tools": {
8-
"dotnet": "10.0.100-preview.2.25118.3",
8+
"dotnet": "10.0.100-preview.3.25125.5",
99
"runtimes": {
1010
"dotnet": [
1111
"$(MicrosoftNETCoreAppRuntimewinx64Version)"
1212
]
1313
}
1414
},
1515
"msbuild-sdks": {
16-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25120.6",
17-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25120.6"
16+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25125.2",
17+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25125.2"
1818
}
1919
}

0 commit comments

Comments
 (0)