Skip to content

Commit 12a8fab

Browse files
authored
[release/8.0.4xx] Update dependencies from dotnet/arcade (#43968)
2 parents 3d57238 + d02a393 commit 12a8fab

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
@@ -487,22 +487,22 @@
487487
</Dependency>
488488
</ProductDependencies>
489489
<ToolsetDependencies>
490-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24475.3">
490+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24504.2">
491491
<Uri>https://github.com/dotnet/arcade</Uri>
492-
<Sha>69abe6b2063083c0b35fc3a5b16cb2bdbaf5e8b0</Sha>
492+
<Sha>103916ccdbe7f4ab2e194068a1a3cd330542601f</Sha>
493493
<SourceBuild RepoName="arcade" ManagedOnly="true" />
494494
</Dependency>
495-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24475.3">
495+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24504.2">
496496
<Uri>https://github.com/dotnet/arcade</Uri>
497-
<Sha>69abe6b2063083c0b35fc3a5b16cb2bdbaf5e8b0</Sha>
497+
<Sha>103916ccdbe7f4ab2e194068a1a3cd330542601f</Sha>
498498
</Dependency>
499-
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.24475.3">
499+
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.24504.2">
500500
<Uri>https://github.com/dotnet/arcade</Uri>
501-
<Sha>69abe6b2063083c0b35fc3a5b16cb2bdbaf5e8b0</Sha>
501+
<Sha>103916ccdbe7f4ab2e194068a1a3cd330542601f</Sha>
502502
</Dependency>
503-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.24475.3">
503+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.24504.2">
504504
<Uri>https://github.com/dotnet/arcade</Uri>
505-
<Sha>69abe6b2063083c0b35fc3a5b16cb2bdbaf5e8b0</Sha>
505+
<Sha>103916ccdbe7f4ab2e194068a1a3cd330542601f</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.24475.3</MicrosoftDotNetSignToolVersion>
39+
<MicrosoftDotNetSignToolVersion>8.0.0-beta.24504.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.24475.3</MicrosoftDotNetXUnitExtensionsVersion>
215+
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.24504.2</MicrosoftDotNetXUnitExtensionsVersion>
216216
<MoqPackageVersion>4.18.4</MoqPackageVersion>
217217
<XunitCombinatorialVersion>1.3.2</XunitCombinatorialVersion>
218218
<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.24475.3",
18-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24475.3"
17+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24504.2",
18+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24504.2"
1919
}
2020
}

0 commit comments

Comments
 (0)