Skip to content

Commit cac6f4d

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250907.1 (dotnet#2939)
[main] Update dependencies from dotnet/arcade
1 parent a798a7c commit cac6f4d

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25430.1">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25457.1">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>6122520523105dacdd702177a76c9f6b982fd759</Sha>
8+
<Sha>d7585e79b1397fe8783ac30c81bf5be4d250bcb1</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25430.1">
10+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.25457.1">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>6122520523105dacdd702177a76c9f6b982fd759</Sha>
12+
<Sha>d7585e79b1397fe8783ac30c81bf5be4d250bcb1</Sha>
1313
</Dependency>
14-
<Dependency Name="Microsoft.DotNet.XUnitV3Extensions" Version="10.0.0-beta.25430.1">
14+
<Dependency Name="Microsoft.DotNet.XUnitV3Extensions" Version="11.0.0-beta.25457.1">
1515
<Uri>https://github.com/dotnet/arcade</Uri>
16-
<Sha>6122520523105dacdd702177a76c9f6b982fd759</Sha>
16+
<Sha>d7585e79b1397fe8783ac30c81bf5be4d250bcb1</Sha>
1717
</Dependency>
1818
</ToolsetDependencies>
1919
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<SystemIOHashingVersion>8.0.0</SystemIOHashingVersion>
1616
<MicrosoftAspNetCoreTestHostVersion>6.0.36</MicrosoftAspNetCoreTestHostVersion>
1717
<MicrosoftCrankEventSourcesVersion>0.2.0-alpha.24576.2</MicrosoftCrankEventSourcesVersion>
18-
<MicrosoftDotNetXUnitV3ExtensionsPackageVersion>10.0.0-beta.25430.1</MicrosoftDotNetXUnitV3ExtensionsPackageVersion>
18+
<MicrosoftDotNetXUnitV3ExtensionsPackageVersion>11.0.0-beta.25457.1</MicrosoftDotNetXUnitV3ExtensionsPackageVersion>
1919
<CoverletCollectorVersion>6.0.0</CoverletCollectorVersion>
2020
<MoqVersion>4.18.4</MoqVersion>
2121
<AutofacVersion>4.9.4</AutofacVersion>

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: 10.0.0
8+
PackageVersion: 11.0.0
99
BuildDropPath: '$(System.DefaultWorkingDirectory)/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,9 +1,9 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-rc.1.25411.109"
3+
"version": "10.0.100-rc.1.25420.111"
44
},
55
"tools": {
6-
"dotnet": "10.0.100-rc.1.25411.109",
6+
"dotnet": "10.0.100-rc.1.25420.111",
77
"runtimes": {
88
"dotnet": [
99
"8.0.13",
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
"msbuild-sdks": {
19-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25430.1",
20-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25430.1"
19+
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25457.1",
20+
"Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25457.1"
2121
}
2222
}

0 commit comments

Comments
 (0)