Skip to content

Commit 2e382e0

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250917.6 (#80343)
[main] Update dependencies from dotnet/arcade
1 parent 6a3a568 commit 2e382e0

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

eng/Version.Details.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ This file should be imported by eng/Versions.props
3838
<SystemThreadingTasksDataflowPackageVersion>9.0.0</SystemThreadingTasksDataflowPackageVersion>
3939
<SystemWindowsExtensionsPackageVersion>9.0.0</SystemWindowsExtensionsPackageVersion>
4040
<!-- dotnet/arcade dependencies -->
41-
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.25462.2</MicrosoftDotNetArcadeSdkPackageVersion>
42-
<MicrosoftDotNetHelixSdkPackageVersion>11.0.0-beta.25462.2</MicrosoftDotNetHelixSdkPackageVersion>
43-
<MicrosoftDotNetXliffTasksPackageVersion>11.0.0-beta.25462.2</MicrosoftDotNetXliffTasksPackageVersion>
41+
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.25467.6</MicrosoftDotNetArcadeSdkPackageVersion>
42+
<MicrosoftDotNetHelixSdkPackageVersion>11.0.0-beta.25467.6</MicrosoftDotNetHelixSdkPackageVersion>
43+
<MicrosoftDotNetXliffTasksPackageVersion>11.0.0-beta.25467.6</MicrosoftDotNetXliffTasksPackageVersion>
4444
<!-- dotnet/symreader dependencies -->
4545
<MicrosoftDiaSymReaderPackageVersion>2.0.0</MicrosoftDiaSymReaderPackageVersion>
4646
<!-- dotnet/roslyn-analyzers dependencies -->

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,13 @@
115115
</Dependency>
116116
</ProductDependencies>
117117
<ToolsetDependencies>
118-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25462.2">
118+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25467.6">
119119
<Uri>https://github.com/dotnet/arcade</Uri>
120-
<Sha>c32cd132a730a7b9f947498b2ae75dbdc6785456</Sha>
120+
<Sha>06f338fe9a2a14ebb99d23d96818faaf2bccc663</Sha>
121121
</Dependency>
122-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="11.0.0-beta.25462.2">
122+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="11.0.0-beta.25467.6">
123123
<Uri>https://github.com/dotnet/arcade</Uri>
124-
<Sha>c32cd132a730a7b9f947498b2ae75dbdc6785456</Sha>
124+
<Sha>06f338fe9a2a14ebb99d23d96818faaf2bccc663</Sha>
125125
</Dependency>
126126
<Dependency Name="Microsoft.DiaSymReader" Version="2.0.0">
127127
<Uri>https://github.com/dotnet/symreader</Uri>
@@ -131,9 +131,9 @@
131131
<Uri>https://github.com/dotnet/roslyn</Uri>
132132
<Sha>5d10d428050c0d6afef30a072c4ae68776621877</Sha>
133133
</Dependency>
134-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.25462.2">
134+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.25467.6">
135135
<Uri>https://github.com/dotnet/arcade</Uri>
136-
<Sha>c32cd132a730a7b9f947498b2ae75dbdc6785456</Sha>
136+
<Sha>06f338fe9a2a14ebb99d23d96818faaf2bccc663</Sha>
137137
</Dependency>
138138
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.0-preview.25375.1">
139139
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>

eng/common/SetupNugetSources.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ if ($dotnet31Source -ne $null) {
157157
AddPackageSource -Sources $sources -SourceName "dotnet3.1-internal-transport" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-transport/nuget/v2" -Creds $creds -Username $userName -pwd $Password
158158
}
159159

160-
$dotnetVersions = @('5','6','7','8','9')
160+
$dotnetVersions = @('5','6','7','8','9','10')
161161

162162
foreach ($dotnetVersion in $dotnetVersions) {
163163
$feedPrefix = "dotnet" + $dotnetVersion;

eng/common/SetupNugetSources.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ if [ "$?" == "0" ]; then
9999
PackageSources+=('dotnet3.1-internal-transport')
100100
fi
101101

102-
DotNetVersions=('5' '6' '7' '8' '9')
102+
DotNetVersions=('5' '6' '7' '8' '9' '10')
103103

104104
for DotNetVersion in ${DotNetVersions[@]} ; do
105105
FeedPrefix="dotnet${DotNetVersion}";

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"vswhere": "3.1.7"
1313
},
1414
"msbuild-sdks": {
15-
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25462.2",
16-
"Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25462.2",
15+
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25467.6",
16+
"Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25467.6",
1717
"Microsoft.Build.Traversal": "3.4.0"
1818
}
1919
}

0 commit comments

Comments
 (0)