Skip to content

Commit 23c4113

Browse files
author
v-wuzhai
authored
[release/8.0.4xx] Update dependencies from dotnet/arcade (#42763)
2 parents 7b4e128 + 0693670 commit 23c4113

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
@@ -487,22 +487,22 @@
487487
</Dependency>
488488
</ProductDependencies>
489489
<ToolsetDependencies>
490-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24412.1">
490+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24426.2">
491491
<Uri>https://github.com/dotnet/arcade</Uri>
492-
<Sha>770e16f44e6727d0efe1168e62279a399cc92edd</Sha>
492+
<Sha>80264e60280e2815e7d65871081ccac04a32445c</Sha>
493493
<SourceBuild RepoName="arcade" ManagedOnly="true" />
494494
</Dependency>
495-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24412.1">
495+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24426.2">
496496
<Uri>https://github.com/dotnet/arcade</Uri>
497-
<Sha>770e16f44e6727d0efe1168e62279a399cc92edd</Sha>
497+
<Sha>80264e60280e2815e7d65871081ccac04a32445c</Sha>
498498
</Dependency>
499-
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.24412.1">
499+
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.24426.2">
500500
<Uri>https://github.com/dotnet/arcade</Uri>
501-
<Sha>770e16f44e6727d0efe1168e62279a399cc92edd</Sha>
501+
<Sha>80264e60280e2815e7d65871081ccac04a32445c</Sha>
502502
</Dependency>
503-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.24412.1">
503+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.24426.2">
504504
<Uri>https://github.com/dotnet/arcade</Uri>
505-
<Sha>770e16f44e6727d0efe1168e62279a399cc92edd</Sha>
505+
<Sha>80264e60280e2815e7d65871081ccac04a32445c</Sha>
506506
</Dependency>
507507
<Dependency Name="System.Reflection.MetadataLoadContext" Version="8.0.0">
508508
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<SystemCollectionsImmutablePackageVersion>8.0.0</SystemCollectionsImmutablePackageVersion>
3737
<SystemDiagnosticsFileVersionInfoVersion>4.0.0</SystemDiagnosticsFileVersionInfoVersion>
3838
<SystemReflectionMetadataVersion>8.0.0</SystemReflectionMetadataVersion>
39-
<MicrosoftDotNetSignToolVersion>8.0.0-beta.24412.1</MicrosoftDotNetSignToolVersion>
39+
<MicrosoftDotNetSignToolVersion>8.0.0-beta.24426.2</MicrosoftDotNetSignToolVersion>
4040
<MicrosoftWebXdtPackageVersion>7.0.0-preview.22423.2</MicrosoftWebXdtPackageVersion>
4141
<SystemSecurityCryptographyProtectedDataPackageVersion>8.0.0</SystemSecurityCryptographyProtectedDataPackageVersion>
4242
<SystemCollectionsSpecializedPackageVersion>4.3.0</SystemCollectionsSpecializedPackageVersion>
@@ -212,7 +212,7 @@
212212
<PropertyGroup>
213213
<FluentAssertionsVersion>6.12.0</FluentAssertionsVersion>
214214
<FluentAssertionsJsonVersion>6.1.0</FluentAssertionsJsonVersion>
215-
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.24412.1</MicrosoftDotNetXUnitExtensionsVersion>
215+
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.24426.2</MicrosoftDotNetXUnitExtensionsVersion>
216216
<MoqPackageVersion>4.18.4</MoqPackageVersion>
217217
<XunitCombinatorialVersion>1.3.2</XunitCombinatorialVersion>
218218
<MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>8.0.0-beta.23607.1</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>

eng/common/templates/steps/telemetry-start.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ parameters:
88

99
steps:
1010
- ${{ if and(eq(parameters.runAsPublic, 'false'), not(eq(variables['System.TeamProject'], 'public'))) }}:
11-
- task: AzureKeyVault@1
11+
- task: AzureKeyVault@2
1212
inputs:
1313
azureSubscription: 'HelixProd_KeyVault'
1414
KeyVaultName: HelixProdKV

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
},
1616
"msbuild-sdks": {
17-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24412.1",
18-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24412.1"
17+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24426.2",
18+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24426.2"
1919
}
2020
}

0 commit comments

Comments
 (0)