Skip to content

Commit 41e5cf7

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20220425.6 (#1817)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions From Version 7.0.0-beta.22222.4 -> To Version 7.0.0-beta.22225.6
1 parent 3ae9410 commit 41e5cf7

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
<Uri>https://github.com/dotnet/aspnetcore</Uri>
1919
<Sha>1ea7f29104772615fb461016a014a32b1f67d83a</Sha>
2020
</Dependency>
21-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22222.4">
21+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22225.6">
2222
<Uri>https://github.com/dotnet/arcade</Uri>
23-
<Sha>5f04b602a86b74f6cdd12f48aca2d1868e6425f3</Sha>
23+
<Sha>5145e86df0c491e082b589aa31d69eea300adc02</Sha>
2424
</Dependency>
25-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="7.0.0-beta.22222.4">
25+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="7.0.0-beta.22225.6">
2626
<Uri>https://github.com/dotnet/arcade</Uri>
27-
<Sha>5f04b602a86b74f6cdd12f48aca2d1868e6425f3</Sha>
27+
<Sha>5145e86df0c491e082b589aa31d69eea300adc02</Sha>
2828
</Dependency>
2929
<Dependency Name="Microsoft.FileFormats" Version="1.0.321801">
3030
<Uri>https://github.com/dotnet/symstore</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
-->
4545
<PropertyGroup Label="Automated">
4646
<!-- dotnet/arcade references -->
47-
<MicrosoftDotNetXUnitExtensionsVersion>7.0.0-beta.22222.4</MicrosoftDotNetXUnitExtensionsVersion>
47+
<MicrosoftDotNetXUnitExtensionsVersion>7.0.0-beta.22225.6</MicrosoftDotNetXUnitExtensionsVersion>
4848
<!-- dotnet/aspnetcore references -->
4949
<MicrosoftAspNetCoreAppRuntimewinx64Version>7.0.0-preview.5.22224.2</MicrosoftAspNetCoreAppRuntimewinx64Version>
5050
<VSRedistCommonAspNetCoreSharedFrameworkx6470Version>7.0.0-preview.5.22224.2</VSRedistCommonAspNetCoreSharedFrameworkx6470Version>

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 "16.10.0-preview2" -MemberType NoteProperty
67+
$GlobalJson.tools | Add-Member -Name "xcopy-msbuild" -Value "17.1.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
@@ -365,8 +365,8 @@ function InitializeVisualStudioMSBuild([bool]$install, [object]$vsRequirements =
365365

366366
# If the version of msbuild is going to be xcopied,
367367
# use this version. Version matches a package here:
368-
# https://dev.azure.com/dnceng/public/_packaging?_a=package&feed=dotnet-eng&package=RoslynTools.MSBuild&protocolType=NuGet&version=16.10.0-preview2&view=overview
369-
$defaultXCopyMSBuildVersion = '16.10.0-preview2'
368+
# https://dev.azure.com/dnceng/public/_packaging?_a=package&feed=dotnet-eng&package=RoslynTools.MSBuild&protocolType=NuGet&version=17.1.0&view=overview
369+
$defaultXCopyMSBuildVersion = '17.1.0'
370370

371371
if (!$vsRequirements) { $vsRequirements = $GlobalJson.tools.vs }
372372
$vsMinVersionStr = if ($vsRequirements.version) { $vsRequirements.version } else { $vsMinVersionReqdStr }

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
},
1919
"msbuild-sdks": {
2020
"Microsoft.Build.NoTargets": "2.0.1",
21-
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22222.4"
21+
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22225.6"
2222
}
2323
}

0 commit comments

Comments
 (0)