Skip to content

Commit 96cff4d

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250716.1 (#10984)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 9.0.0-beta.25325.4 -> To Version 9.0.0-beta.25366.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 2506336 commit 96cff4d

File tree

5 files changed

+12
-16
lines changed

5 files changed

+12
-16
lines changed

NuGet.config

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@
55
<clear />
66
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
77
<!-- Begin: Package sources from dotnet-runtime -->
8-
<add key="darc-int-dotnet-runtime-3c298d9" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-3c298d9f/nuget/v3/index.json" />
98
<!-- End: Package sources from dotnet-runtime -->
109
<!-- Begin: Package sources from dotnet-winforms -->
11-
<add key="darc-int-dotnet-winforms-839ce1e" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-winforms-839ce1ed/nuget/v3/index.json" />
1210
<!-- End: Package sources from dotnet-winforms -->
1311
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1412
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -24,10 +22,8 @@
2422
<disabledPackageSources>
2523
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2624
<!-- Begin: Package sources from dotnet-runtime -->
27-
<add key="darc-int-dotnet-runtime-3c298d9" value="true" />
2825
<!-- End: Package sources from dotnet-runtime -->
2926
<!-- Begin: Package sources from dotnet-winforms -->
30-
<add key="darc-int-dotnet-winforms-839ce1e" value="true" />
3127
<!-- End: Package sources from dotnet-winforms -->
3228
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
3329
</disabledPackageSources>

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -165,25 +165,25 @@
165165
</Dependency>
166166
</ProductDependencies>
167167
<ToolsetDependencies>
168-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25325.4">
168+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25366.1">
169169
<Uri>https://github.com/dotnet/arcade</Uri>
170-
<Sha>13b20849f8294593bf150a801cab639397e6c29d</Sha>
170+
<Sha>1a2e280a031aaed0dca606ec8c59c6fe0f9bfc7f</Sha>
171171
</Dependency>
172-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="9.0.0-beta.25325.4">
172+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="9.0.0-beta.25366.1">
173173
<Uri>https://github.com/dotnet/arcade</Uri>
174-
<Sha>13b20849f8294593bf150a801cab639397e6c29d</Sha>
174+
<Sha>1a2e280a031aaed0dca606ec8c59c6fe0f9bfc7f</Sha>
175175
</Dependency>
176-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25325.4">
176+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25366.1">
177177
<Uri>https://github.com/dotnet/arcade</Uri>
178-
<Sha>13b20849f8294593bf150a801cab639397e6c29d</Sha>
178+
<Sha>1a2e280a031aaed0dca606ec8c59c6fe0f9bfc7f</Sha>
179179
</Dependency>
180180
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="9.0.0-beta.24053.1">
181181
<Uri>https://github.com/dotnet/arcade</Uri>
182182
<Sha>f4e11a15c7b8a949d4a366e792a9843ff6e88cd5</Sha>
183183
</Dependency>
184-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="9.0.0-beta.25325.4">
184+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="9.0.0-beta.25366.1">
185185
<Uri>https://github.com/dotnet/arcade</Uri>
186-
<Sha>13b20849f8294593bf150a801cab639397e6c29d</Sha>
186+
<Sha>1a2e280a031aaed0dca606ec8c59c6fe0f9bfc7f</Sha>
187187
</Dependency>
188188
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="8.0.0-beta.23409.2">
189189
<Uri>https://github.com/dotnet/sourcelink</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<!-- Packages that come from https://github.com/dotnet/arcade -->
5353
<PropertyGroup>
5454
<MicrosoftDotNetApiCompatVersion>9.0.0-beta.24053.1</MicrosoftDotNetApiCompatVersion>
55-
<MicrosoftDotNetCodeAnalysisPackageVersion>9.0.0-beta.25325.4</MicrosoftDotNetCodeAnalysisPackageVersion>
55+
<MicrosoftDotNetCodeAnalysisPackageVersion>9.0.0-beta.25366.1</MicrosoftDotNetCodeAnalysisPackageVersion>
5656
</PropertyGroup>
5757
<!-- Sourcelink -->
5858
<PropertyGroup>

eng/common/tools.ps1

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

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

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
}
1313
},
1414
"msbuild-sdks": {
15-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25325.4",
16-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25325.4"
15+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25366.1",
16+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25366.1"
1717
},
1818
"sdk": {
1919
"version": "9.0.107"

0 commit comments

Comments
 (0)