Skip to content

Commit e8f2449

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20240131.4 (#2089)
[main] Update dependencies from dotnet/arcade
1 parent 7951dd1 commit e8f2449

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@
7070
</Dependency>
7171
</ProductDependencies>
7272
<ToolsetDependencies>
73-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24080.3">
73+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24081.4">
7474
<Uri>https://github.com/dotnet/arcade</Uri>
75-
<Sha>b4e9225c6c2f9da42fbb611a5e8942a08476fe89</Sha>
75+
<Sha>438a8e2488313fb3aa1b24a741a85c2669ee7e0d</Sha>
7676
<SourceBuild RepoName="arcade" ManagedOnly="true" />
7777
</Dependency>
78-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24080.3">
78+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24081.4">
7979
<Uri>https://github.com/dotnet/arcade</Uri>
80-
<Sha>b4e9225c6c2f9da42fbb611a5e8942a08476fe89</Sha>
80+
<Sha>438a8e2488313fb3aa1b24a741a85c2669ee7e0d</Sha>
8181
</Dependency>
8282
</ToolsetDependencies>
8383
</Dependencies>

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.8.1-2" -MemberType NoteProperty
67+
$GlobalJson.tools | Add-Member -Name "xcopy-msbuild" -Value "17.8.5" -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
@@ -379,8 +379,8 @@ function InitializeVisualStudioMSBuild([bool]$install, [object]$vsRequirements =
379379

380380
# If the version of msbuild is going to be xcopied,
381381
# use this version. Version matches a package here:
382-
# https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet-eng/NuGet/RoslynTools.MSBuild/versions/17.8.1-2
383-
$defaultXCopyMSBuildVersion = '17.8.1-2'
382+
# https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet-eng/NuGet/RoslynTools.MSBuild/versions/17.8.5
383+
$defaultXCopyMSBuildVersion = '17.8.5'
384384

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

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"dotnet": "9.0.100-alpha.1.23615.4"
99
},
1010
"msbuild-sdks": {
11-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24080.3"
11+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24081.4"
1212
}
1313
}

0 commit comments

Comments
 (0)