Skip to content

Commit bdb19eb

Browse files
author
v-wuzhai
authored
[release/6.0.1xx] Update dependencies from dotnet/arcade (#43394)
2 parents 4cca279 + ee6f2eb commit bdb19eb

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
@@ -300,22 +300,22 @@
300300
</Dependency>
301301
</ProductDependencies>
302302
<ToolsetDependencies>
303-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.24413.1">
303+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.24459.5">
304304
<Uri>https://github.com/dotnet/arcade</Uri>
305-
<Sha>c3f5fe044e7115fb66c79db5e074cb341dbe21dd</Sha>
305+
<Sha>685008547318b269dbbb82cfc9ca968126301bbe</Sha>
306306
<SourceBuild RepoName="arcade" ManagedOnly="true" />
307307
</Dependency>
308-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.24413.1">
308+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.24459.5">
309309
<Uri>https://github.com/dotnet/arcade</Uri>
310-
<Sha>c3f5fe044e7115fb66c79db5e074cb341dbe21dd</Sha>
310+
<Sha>685008547318b269dbbb82cfc9ca968126301bbe</Sha>
311311
</Dependency>
312-
<Dependency Name="Microsoft.DotNet.SignTool" Version="6.0.0-beta.24413.1">
312+
<Dependency Name="Microsoft.DotNet.SignTool" Version="6.0.0-beta.24459.5">
313313
<Uri>https://github.com/dotnet/arcade</Uri>
314-
<Sha>c3f5fe044e7115fb66c79db5e074cb341dbe21dd</Sha>
314+
<Sha>685008547318b269dbbb82cfc9ca968126301bbe</Sha>
315315
</Dependency>
316-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="6.0.0-beta.24413.1">
316+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="6.0.0-beta.24459.5">
317317
<Uri>https://github.com/dotnet/arcade</Uri>
318-
<Sha>c3f5fe044e7115fb66c79db5e074cb341dbe21dd</Sha>
318+
<Sha>685008547318b269dbbb82cfc9ca968126301bbe</Sha>
319319
</Dependency>
320320
<Dependency Name="System.Reflection.MetadataLoadContext" Version="6.0.0">
321321
<Uri>https://github.com/dotnet/runtime</Uri>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<SystemDiagnosticsFileVersionInfoVersion>4.0.0</SystemDiagnosticsFileVersionInfoVersion>
2828
<SystemReflectionMetadataVersion>5.0.0</SystemReflectionMetadataVersion>
2929
<SystemSecurityCryptographyPkcsPackageVersion>6.0.4</SystemSecurityCryptographyPkcsPackageVersion>
30-
<MicrosoftDotNetSignToolVersion>6.0.0-beta.24413.1</MicrosoftDotNetSignToolVersion>
30+
<MicrosoftDotNetSignToolVersion>6.0.0-beta.24459.5</MicrosoftDotNetSignToolVersion>
3131
<MicrosoftWebXdtPackageVersion>3.1.0</MicrosoftWebXdtPackageVersion>
3232
<SystemSecurityCryptographyProtectedDataPackageVersion>6.0.0</SystemSecurityCryptographyProtectedDataPackageVersion>
3333
<SystemCollectionsSpecializedPackageVersion>4.3.0</SystemCollectionsSpecializedPackageVersion>
@@ -167,7 +167,7 @@
167167
<PropertyGroup>
168168
<FluentAssertionsVersion>4.19.2</FluentAssertionsVersion>
169169
<FluentAssertionsJsonVersion>4.19.0</FluentAssertionsJsonVersion>
170-
<MicrosoftDotNetXUnitExtensionsVersion>6.0.0-beta.24413.1</MicrosoftDotNetXUnitExtensionsVersion>
170+
<MicrosoftDotNetXUnitExtensionsVersion>6.0.0-beta.24459.5</MicrosoftDotNetXUnitExtensionsVersion>
171171
<MoqPackageVersion>4.8.2</MoqPackageVersion>
172172
<MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>6.0.0-beta.21376.2</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>
173173
</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)