Skip to content

Commit 9ace971

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250717.5 (dotnet#2904)
[main] Update dependencies from dotnet/arcade
1 parent bacfceb commit 9ace971

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25358.3">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25367.5">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>4e526204e83e615efe8eb5743be7fbccfa4e492a</Sha>
8+
<Sha>d777c20040bdc2e52b372fa98dcb84141ed692d3</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25358.3">
10+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25367.5">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>4e526204e83e615efe8eb5743be7fbccfa4e492a</Sha>
12+
<Sha>d777c20040bdc2e52b372fa98dcb84141ed692d3</Sha>
1313
</Dependency>
14-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25358.3">
14+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25367.5">
1515
<Uri>https://github.com/dotnet/arcade</Uri>
16-
<Sha>4e526204e83e615efe8eb5743be7fbccfa4e492a</Sha>
16+
<Sha>d777c20040bdc2e52b372fa98dcb84141ed692d3</Sha>
1717
</Dependency>
1818
</ToolsetDependencies>
1919
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<SystemIOHashingVersion>8.0.0</SystemIOHashingVersion>
1616
<MicrosoftAspNetCoreTestHostVersion>6.0.36</MicrosoftAspNetCoreTestHostVersion>
1717
<MicrosoftCrankEventSourcesVersion>0.2.0-alpha.24576.2</MicrosoftCrankEventSourcesVersion>
18-
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25358.3</MicrosoftDotNetXUnitExtensionsPackageVersion>
18+
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25367.5</MicrosoftDotNetXUnitExtensionsPackageVersion>
1919
<CoverletCollectorVersion>6.0.0</CoverletCollectorVersion>
2020
<MoqVersion>4.18.4</MoqVersion>
2121
<AutofacVersion>4.9.4</AutofacVersion>

eng/common/tools.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ function InitializeVisualStudioMSBuild([bool]$install, [object]$vsRequirements =
414414

415415
# Locate Visual Studio installation or download x-copy msbuild.
416416
$vsInfo = LocateVisualStudio $vsRequirements
417-
if ($vsInfo -ne $null) {
417+
if ($vsInfo -ne $null -and $env:ForceUseXCopyMSBuild -eq $null) {
418418
# Ensure vsInstallDir has a trailing slash
419419
$vsInstallDir = Join-Path $vsInfo.installationPath "\"
420420
$vsMajorVersion = $vsInfo.installationVersion.Split('.')[0]

global.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-preview.6.25315.102"
3+
"version": "10.0.100-preview.7.25322.101"
44
},
55
"tools": {
6-
"dotnet": "10.0.100-preview.6.25315.102",
6+
"dotnet": "10.0.100-preview.7.25322.101",
77
"runtimes": {
88
"dotnet": [
99
"8.0.13",
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
"msbuild-sdks": {
19-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25358.3",
20-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25358.3"
19+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25367.5",
20+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25367.5"
2121
}
2222
}

0 commit comments

Comments
 (0)