Skip to content

Commit 5a5ced8

Browse files
author
v-wuzhai
authored
[release/9.0.1xx] Update dependencies from dotnet/arcade (#45068)
2 parents 651a47b + 06650cd commit 5a5ced8

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed

eng/Version.Details.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -589,34 +589,34 @@
589589
</Dependency>
590590
</ProductDependencies>
591591
<ToolsetDependencies>
592-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24562.13">
592+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24572.2">
593593
<Uri>https://github.com/dotnet/arcade</Uri>
594-
<Sha>1c7e09a8d9c9c9b15ba574cd6a496553505559de</Sha>
594+
<Sha>b41381d5cd633471265e9cd72e933a7048e03062</Sha>
595595
</Dependency>
596-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24562.13">
596+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24572.2">
597597
<Uri>https://github.com/dotnet/arcade</Uri>
598-
<Sha>1c7e09a8d9c9c9b15ba574cd6a496553505559de</Sha>
598+
<Sha>b41381d5cd633471265e9cd72e933a7048e03062</Sha>
599599
</Dependency>
600-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24562.13">
600+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24572.2">
601601
<Uri>https://github.com/dotnet/arcade</Uri>
602-
<Sha>1c7e09a8d9c9c9b15ba574cd6a496553505559de</Sha>
602+
<Sha>b41381d5cd633471265e9cd72e933a7048e03062</Sha>
603603
</Dependency>
604-
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.24562.13">
604+
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.24572.2">
605605
<Uri>https://github.com/dotnet/arcade</Uri>
606-
<Sha>1c7e09a8d9c9c9b15ba574cd6a496553505559de</Sha>
606+
<Sha>b41381d5cd633471265e9cd72e933a7048e03062</Sha>
607607
</Dependency>
608-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24562.13">
608+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24572.2">
609609
<Uri>https://github.com/dotnet/arcade</Uri>
610-
<Sha>1c7e09a8d9c9c9b15ba574cd6a496553505559de</Sha>
610+
<Sha>b41381d5cd633471265e9cd72e933a7048e03062</Sha>
611611
</Dependency>
612-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24562.13">
612+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24572.2">
613613
<Uri>https://github.com/dotnet/arcade</Uri>
614-
<Sha>1c7e09a8d9c9c9b15ba574cd6a496553505559de</Sha>
614+
<Sha>b41381d5cd633471265e9cd72e933a7048e03062</Sha>
615615
</Dependency>
616616
<!-- Intermediate is necessary for source build. -->
617-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24562.13">
617+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24572.2">
618618
<Uri>https://github.com/dotnet/arcade</Uri>
619-
<Sha>1c7e09a8d9c9c9b15ba574cd6a496553505559de</Sha>
619+
<Sha>b41381d5cd633471265e9cd72e933a7048e03062</Sha>
620620
<SourceBuild RepoName="arcade" ManagedOnly="true" />
621621
</Dependency>
622622
<Dependency Name="System.Reflection.MetadataLoadContext" Version="9.0.0">

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -286,10 +286,10 @@
286286
</PropertyGroup>
287287
<PropertyGroup>
288288
<!-- Dependencies from https://github.com/dotnet/arcade -->
289-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24562.13</MicrosoftDotNetBuildTasksInstallersPackageVersion>
290-
<MicrosoftDotNetSignToolVersion>9.0.0-beta.24562.13</MicrosoftDotNetSignToolVersion>
291-
<MicrosoftDotNetXliffTasksVersion>9.0.0-beta.24562.13</MicrosoftDotNetXliffTasksVersion>
292-
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.24562.13</MicrosoftDotNetXUnitExtensionsVersion>
289+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24572.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
290+
<MicrosoftDotNetSignToolVersion>9.0.0-beta.24572.2</MicrosoftDotNetSignToolVersion>
291+
<MicrosoftDotNetXliffTasksVersion>9.0.0-beta.24572.2</MicrosoftDotNetXliffTasksVersion>
292+
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.24572.2</MicrosoftDotNetXUnitExtensionsVersion>
293293
</PropertyGroup>
294294
<PropertyGroup>
295295
<!-- Dependencies from https://github.com/dotnet/sourcelink -->

eng/common/sdk-task.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ try {
6464
$GlobalJson.tools | Add-Member -Name "vs" -Value (ConvertFrom-Json "{ `"version`": `"16.5`" }") -MemberType NoteProperty
6565
}
6666
if( -not ($GlobalJson.tools.PSObject.Properties.Name -match "xcopy-msbuild" )) {
67-
$GlobalJson.tools | Add-Member -Name "xcopy-msbuild" -Value "17.10.0-pre.4.0" -MemberType NoteProperty
67+
$GlobalJson.tools | Add-Member -Name "xcopy-msbuild" -Value "17.12.0" -MemberType NoteProperty
6868
}
6969
if ($GlobalJson.tools."xcopy-msbuild".Trim() -ine "none") {
7070
$xcopyMSBuildToolsFolder = InitializeXCopyMSBuild $GlobalJson.tools."xcopy-msbuild" -install $true

eng/common/tools.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,8 @@ function InitializeVisualStudioMSBuild([bool]$install, [object]$vsRequirements =
383383

384384
# If the version of msbuild is going to be xcopied,
385385
# use this version. Version matches a package here:
386-
# https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet-eng/NuGet/Microsoft.DotNet.Arcade.MSBuild.Xcopy/versions/17.10.0-pre.4.0
387-
$defaultXCopyMSBuildVersion = '17.10.0-pre.4.0'
386+
# https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet-eng/NuGet/Microsoft.DotNet.Arcade.MSBuild.Xcopy/versions/17.12.0
387+
$defaultXCopyMSBuildVersion = '17.12.0'
388388

389389
if (!$vsRequirements) {
390390
if (Get-Member -InputObject $GlobalJson.tools -Name 'vs') {

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"cmake": "latest"
1818
},
1919
"msbuild-sdks": {
20-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24562.13",
21-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24562.13",
20+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24572.2",
21+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24572.2",
2222
"Microsoft.Build.NoTargets": "3.7.0",
2323
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24217.1"
2424
}

0 commit comments

Comments
 (0)