Skip to content

Commit c2a59ab

Browse files
author
v-wuzhai
authored
[release/6.0.4xx] Update dependencies from dotnet/arcade (#43395)
2 parents ffaa95d + fd9835e commit c2a59ab

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
@@ -299,22 +299,22 @@
299299
</Dependency>
300300
</ProductDependencies>
301301
<ToolsetDependencies>
302-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.24413.1">
302+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.24459.5">
303303
<Uri>https://github.com/dotnet/arcade</Uri>
304-
<Sha>c3f5fe044e7115fb66c79db5e074cb341dbe21dd</Sha>
304+
<Sha>685008547318b269dbbb82cfc9ca968126301bbe</Sha>
305305
<SourceBuild RepoName="arcade" ManagedOnly="true" />
306306
</Dependency>
307-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.24413.1">
307+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.24459.5">
308308
<Uri>https://github.com/dotnet/arcade</Uri>
309-
<Sha>c3f5fe044e7115fb66c79db5e074cb341dbe21dd</Sha>
309+
<Sha>685008547318b269dbbb82cfc9ca968126301bbe</Sha>
310310
</Dependency>
311-
<Dependency Name="Microsoft.DotNet.SignTool" Version="6.0.0-beta.24413.1">
311+
<Dependency Name="Microsoft.DotNet.SignTool" Version="6.0.0-beta.24459.5">
312312
<Uri>https://github.com/dotnet/arcade</Uri>
313-
<Sha>c3f5fe044e7115fb66c79db5e074cb341dbe21dd</Sha>
313+
<Sha>685008547318b269dbbb82cfc9ca968126301bbe</Sha>
314314
</Dependency>
315-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="6.0.0-beta.24413.1">
315+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="6.0.0-beta.24459.5">
316316
<Uri>https://github.com/dotnet/arcade</Uri>
317-
<Sha>c3f5fe044e7115fb66c79db5e074cb341dbe21dd</Sha>
317+
<Sha>685008547318b269dbbb82cfc9ca968126301bbe</Sha>
318318
</Dependency>
319319
<Dependency Name="System.Reflection.MetadataLoadContext" Version="6.0.0">
320320
<Uri>https://github.com/dotnet/runtime</Uri>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<SystemDiagnosticsFileVersionInfoVersion>4.0.0</SystemDiagnosticsFileVersionInfoVersion>
3131
<SystemReflectionMetadataVersion>6.0.0</SystemReflectionMetadataVersion>
3232
<SystemSecurityCryptographyPkcsPackageVersion>6.0.4</SystemSecurityCryptographyPkcsPackageVersion>
33-
<MicrosoftDotNetSignToolVersion>6.0.0-beta.24413.1</MicrosoftDotNetSignToolVersion>
33+
<MicrosoftDotNetSignToolVersion>6.0.0-beta.24459.5</MicrosoftDotNetSignToolVersion>
3434
<MicrosoftWebXdtPackageVersion>3.1.0</MicrosoftWebXdtPackageVersion>
3535
<SystemCollectionsSpecializedPackageVersion>4.3.0</SystemCollectionsSpecializedPackageVersion>
3636
<SystemXmlXmlDocumentPackageVersion>4.3.0</SystemXmlXmlDocumentPackageVersion>
@@ -175,7 +175,7 @@
175175
<PropertyGroup>
176176
<FluentAssertionsVersion>4.19.2</FluentAssertionsVersion>
177177
<FluentAssertionsJsonVersion>4.19.0</FluentAssertionsJsonVersion>
178-
<MicrosoftDotNetXUnitExtensionsVersion>6.0.0-beta.24413.1</MicrosoftDotNetXUnitExtensionsVersion>
178+
<MicrosoftDotNetXUnitExtensionsVersion>6.0.0-beta.24459.5</MicrosoftDotNetXUnitExtensionsVersion>
179179
<MoqPackageVersion>4.8.2</MoqPackageVersion>
180180
<MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>6.0.0-beta.22262.1</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>
181181
</PropertyGroup>

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
},
1313
"msbuild-sdks": {
14-
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.24413.1",
15-
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.24413.1"
14+
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.24459.5",
15+
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.24459.5"
1616
}
1717
}

0 commit comments

Comments
 (0)