Skip to content

Commit 9d505b1

Browse files
[main] Update dependencies from dotnet/arcade (#10496)
* Update dependencies from https://github.com/dotnet/arcade build 20250224.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25120.6 -> To Version 10.0.0-beta.25124.3 * Update dependencies from https://github.com/dotnet/arcade build 20250225.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25120.6 -> To Version 10.0.0-beta.25125.2 * Update dependencies from https://github.com/dotnet/arcade build 20250225.5 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25120.6 -> To Version 10.0.0-beta.25125.5 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 87d8765 commit 9d505b1

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -165,25 +165,25 @@
165165
</Dependency>
166166
</ProductDependencies>
167167
<ToolsetDependencies>
168-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25120.6">
168+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25125.5">
169169
<Uri>https://github.com/dotnet/arcade</Uri>
170-
<Sha>ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac</Sha>
170+
<Sha>55fcfd92d29648cbf024a07ad3517930106fbe09</Sha>
171171
</Dependency>
172-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.25120.6">
172+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.25125.5">
173173
<Uri>https://github.com/dotnet/arcade</Uri>
174-
<Sha>ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac</Sha>
174+
<Sha>55fcfd92d29648cbf024a07ad3517930106fbe09</Sha>
175175
</Dependency>
176-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25120.6">
176+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25125.5">
177177
<Uri>https://github.com/dotnet/arcade</Uri>
178-
<Sha>ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac</Sha>
178+
<Sha>55fcfd92d29648cbf024a07ad3517930106fbe09</Sha>
179179
</Dependency>
180180
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="9.0.0-beta.24053.1">
181181
<Uri>https://github.com/dotnet/arcade</Uri>
182182
<Sha>f4e11a15c7b8a949d4a366e792a9843ff6e88cd5</Sha>
183183
</Dependency>
184-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="10.0.0-beta.25120.6">
184+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="10.0.0-beta.25125.5">
185185
<Uri>https://github.com/dotnet/arcade</Uri>
186-
<Sha>ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac</Sha>
186+
<Sha>55fcfd92d29648cbf024a07ad3517930106fbe09</Sha>
187187
</Dependency>
188188
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="8.0.0-beta.23409.2">
189189
<Uri>https://github.com/dotnet/sourcelink</Uri>

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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tools": {
3-
"dotnet": "10.0.100-preview.2.25118.3",
3+
"dotnet": "10.0.100-preview.3.25125.5",
44
"runtimes": {
55
"dotnet": [
66
"$(VSRedistCommonNetCoreSharedFrameworkx64100PackageVersion)"
@@ -11,12 +11,12 @@
1111
}
1212
},
1313
"msbuild-sdks": {
14-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25120.6",
15-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25120.6",
14+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25125.5",
15+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25125.5",
1616
"Microsoft.Build.NoTargets": "3.7.56"
1717
},
1818
"sdk": {
19-
"version": "10.0.100-preview.2.25118.3"
19+
"version": "10.0.100-preview.3.25125.5"
2020
},
2121
"native-tools": {
2222
"strawberry-perl": "5.38.0.1",

0 commit comments

Comments
 (0)