Skip to content

Commit 3878491

Browse files
authored
[release/8.0.4xx] Update dependencies from dotnet/arcade (#41877)
2 parents e96475e + cd61ea8 commit 3878491

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
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.24326.4">
482+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24328.2">
483483
<Uri>https://github.com/dotnet/arcade</Uri>
484-
<Sha>bee35f3044609d08c40566f8a008baa4d0451a9e</Sha>
484+
<Sha>761c516b64fee3941d8909d24205ced835eed83e</Sha>
485485
<SourceBuild RepoName="arcade" ManagedOnly="true" />
486486
</Dependency>
487-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24326.4">
487+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24328.2">
488488
<Uri>https://github.com/dotnet/arcade</Uri>
489-
<Sha>bee35f3044609d08c40566f8a008baa4d0451a9e</Sha>
489+
<Sha>761c516b64fee3941d8909d24205ced835eed83e</Sha>
490490
</Dependency>
491-
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.24326.4">
491+
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.24328.2">
492492
<Uri>https://github.com/dotnet/arcade</Uri>
493-
<Sha>bee35f3044609d08c40566f8a008baa4d0451a9e</Sha>
493+
<Sha>761c516b64fee3941d8909d24205ced835eed83e</Sha>
494494
</Dependency>
495-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.24326.4">
495+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.24328.2">
496496
<Uri>https://github.com/dotnet/arcade</Uri>
497-
<Sha>bee35f3044609d08c40566f8a008baa4d0451a9e</Sha>
497+
<Sha>761c516b64fee3941d8909d24205ced835eed83e</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
@@ -35,7 +35,7 @@
3535
<SystemCollectionsImmutablePackageVersion>8.0.0</SystemCollectionsImmutablePackageVersion>
3636
<SystemDiagnosticsFileVersionInfoVersion>4.0.0</SystemDiagnosticsFileVersionInfoVersion>
3737
<SystemReflectionMetadataVersion>8.0.0</SystemReflectionMetadataVersion>
38-
<MicrosoftDotNetSignToolVersion>8.0.0-beta.24326.4</MicrosoftDotNetSignToolVersion>
38+
<MicrosoftDotNetSignToolVersion>8.0.0-beta.24328.2</MicrosoftDotNetSignToolVersion>
3939
<MicrosoftWebXdtPackageVersion>7.0.0-preview.22423.2</MicrosoftWebXdtPackageVersion>
4040
<SystemSecurityCryptographyProtectedDataPackageVersion>8.0.0</SystemSecurityCryptographyProtectedDataPackageVersion>
4141
<SystemCollectionsSpecializedPackageVersion>4.3.0</SystemCollectionsSpecializedPackageVersion>
@@ -210,7 +210,7 @@
210210
<PropertyGroup>
211211
<FluentAssertionsVersion>6.12.0</FluentAssertionsVersion>
212212
<FluentAssertionsJsonVersion>6.1.0</FluentAssertionsJsonVersion>
213-
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.24326.4</MicrosoftDotNetXUnitExtensionsVersion>
213+
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.24328.2</MicrosoftDotNetXUnitExtensionsVersion>
214214
<MoqPackageVersion>4.18.4</MoqPackageVersion>
215215
<XunitCombinatorialVersion>1.3.2</XunitCombinatorialVersion>
216216
<MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>8.0.0-beta.23607.1</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>

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

0 commit comments

Comments
 (0)