Skip to content

Commit f9b4d89

Browse files
author
v-wuzhai
authored
[release/8.0.4xx] Update dependencies from dotnet/arcade (#41867)
2 parents ca54448 + f579ccd commit f9b4d89

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.24324.7">
482+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24326.4">
483483
<Uri>https://github.com/dotnet/arcade</Uri>
484-
<Sha>3fe41d9e97519a4e9b48293906dbf58714ea9a0d</Sha>
484+
<Sha>bee35f3044609d08c40566f8a008baa4d0451a9e</Sha>
485485
<SourceBuild RepoName="arcade" ManagedOnly="true" />
486486
</Dependency>
487-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24324.7">
487+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24326.4">
488488
<Uri>https://github.com/dotnet/arcade</Uri>
489-
<Sha>3fe41d9e97519a4e9b48293906dbf58714ea9a0d</Sha>
489+
<Sha>bee35f3044609d08c40566f8a008baa4d0451a9e</Sha>
490490
</Dependency>
491-
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.24324.7">
491+
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.24326.4">
492492
<Uri>https://github.com/dotnet/arcade</Uri>
493-
<Sha>3fe41d9e97519a4e9b48293906dbf58714ea9a0d</Sha>
493+
<Sha>bee35f3044609d08c40566f8a008baa4d0451a9e</Sha>
494494
</Dependency>
495-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.24324.7">
495+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.24326.4">
496496
<Uri>https://github.com/dotnet/arcade</Uri>
497-
<Sha>3fe41d9e97519a4e9b48293906dbf58714ea9a0d</Sha>
497+
<Sha>bee35f3044609d08c40566f8a008baa4d0451a9e</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.24324.7</MicrosoftDotNetSignToolVersion>
38+
<MicrosoftDotNetSignToolVersion>8.0.0-beta.24326.4</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.24324.7</MicrosoftDotNetXUnitExtensionsVersion>
213+
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.24326.4</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.24324.7",
18-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24324.7"
17+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24326.4",
18+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24326.4"
1919
}
2020
}

0 commit comments

Comments
 (0)