Skip to content

Commit 9ca7778

Browse files
authored
[release/8.0.3xx] Update dependencies from dotnet/arcade (#39741)
2 parents b0a41e2 + faef54f commit 9ca7778

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
@@ -479,22 +479,22 @@
479479
</Dependency>
480480
</ProductDependencies>
481481
<ToolsetDependencies>
482-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24170.6">
482+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24172.5">
483483
<Uri>https://github.com/dotnet/arcade</Uri>
484-
<Sha>8e3e00a76f467cc262dc14f6466ab884b2c4eb96</Sha>
484+
<Sha>ceb071c1060b8e6de404c065b4045442570caa18</Sha>
485485
<SourceBuild RepoName="arcade" ManagedOnly="true" />
486486
</Dependency>
487-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24170.6">
487+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24172.5">
488488
<Uri>https://github.com/dotnet/arcade</Uri>
489-
<Sha>8e3e00a76f467cc262dc14f6466ab884b2c4eb96</Sha>
489+
<Sha>ceb071c1060b8e6de404c065b4045442570caa18</Sha>
490490
</Dependency>
491-
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.24170.6">
491+
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.24172.5">
492492
<Uri>https://github.com/dotnet/arcade</Uri>
493-
<Sha>8e3e00a76f467cc262dc14f6466ab884b2c4eb96</Sha>
493+
<Sha>ceb071c1060b8e6de404c065b4045442570caa18</Sha>
494494
</Dependency>
495-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.24170.6">
495+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.24172.5">
496496
<Uri>https://github.com/dotnet/arcade</Uri>
497-
<Sha>8e3e00a76f467cc262dc14f6466ab884b2c4eb96</Sha>
497+
<Sha>ceb071c1060b8e6de404c065b4045442570caa18</Sha>
498498
</Dependency>
499499
<Dependency Name="System.Reflection.MetadataLoadContext" Version="8.0.0">
500500
<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
@@ -34,7 +34,7 @@
3434
<SystemCollectionsImmutablePackageVersion>7.0.0</SystemCollectionsImmutablePackageVersion>
3535
<SystemDiagnosticsFileVersionInfoVersion>4.0.0</SystemDiagnosticsFileVersionInfoVersion>
3636
<SystemReflectionMetadataVersion>7.0.0</SystemReflectionMetadataVersion>
37-
<MicrosoftDotNetSignToolVersion>8.0.0-beta.24170.6</MicrosoftDotNetSignToolVersion>
37+
<MicrosoftDotNetSignToolVersion>8.0.0-beta.24172.5</MicrosoftDotNetSignToolVersion>
3838
<MicrosoftWebXdtPackageVersion>7.0.0-preview.22423.2</MicrosoftWebXdtPackageVersion>
3939
<SystemSecurityCryptographyProtectedDataPackageVersion>8.0.0</SystemSecurityCryptographyProtectedDataPackageVersion>
4040
<SystemCollectionsSpecializedPackageVersion>4.3.0</SystemCollectionsSpecializedPackageVersion>
@@ -209,7 +209,7 @@
209209
<PropertyGroup>
210210
<FluentAssertionsVersion>6.12.0</FluentAssertionsVersion>
211211
<FluentAssertionsJsonVersion>6.1.0</FluentAssertionsJsonVersion>
212-
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.24170.6</MicrosoftDotNetXUnitExtensionsVersion>
212+
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.24172.5</MicrosoftDotNetXUnitExtensionsVersion>
213213
<MoqPackageVersion>4.18.4</MoqPackageVersion>
214214
<XunitCombinatorialVersion>1.3.2</XunitCombinatorialVersion>
215215
<MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>8.0.0-beta.23607.1</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>

eng/common/templates-official/job/job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128

129129
- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
130130
- ${{ if eq(parameters.enableMicrobuild, 'true') }}:
131-
- task: MicroBuildSigningPlugin@3
131+
- task: MicroBuildSigningPlugin@4
132132
displayName: Install MicroBuild plugin
133133
inputs:
134134
signType: $(_SignType)

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.24170.6",
18-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24170.6"
17+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24172.5",
18+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24172.5"
1919
}
2020
}

0 commit comments

Comments
 (0)