Skip to content

Commit 647b187

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20251003.3 (#1430)
[release/9.0] Update dependencies from dotnet/arcade
1 parent 5abaac5 commit 647b187

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

eng/Version.Details.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -207,38 +207,38 @@
207207
<Uri>https://github.com/dotnet/llvm-project</Uri>
208208
<Sha>761ca11037a140113b77b68366e85c28c85250db</Sha>
209209
</Dependency>
210-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25475.3">
210+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25503.3">
211211
<Uri>https://github.com/dotnet/arcade</Uri>
212-
<Sha>6404baed798af89accd98219614e6c90c153cd8c</Sha>
212+
<Sha>f8c9a6d12e5a3b281661924da22d7de1cc6ab27d</Sha>
213213
</Dependency>
214-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25475.3">
214+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25503.3">
215215
<Uri>https://github.com/dotnet/arcade</Uri>
216-
<Sha>6404baed798af89accd98219614e6c90c153cd8c</Sha>
216+
<Sha>f8c9a6d12e5a3b281661924da22d7de1cc6ab27d</Sha>
217217
</Dependency>
218-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="9.0.0-beta.25475.3">
218+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="9.0.0-beta.25503.3">
219219
<Uri>https://github.com/dotnet/arcade</Uri>
220-
<Sha>6404baed798af89accd98219614e6c90c153cd8c</Sha>
220+
<Sha>f8c9a6d12e5a3b281661924da22d7de1cc6ab27d</Sha>
221221
</Dependency>
222-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.25475.3">
222+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.25503.3">
223223
<Uri>https://github.com/dotnet/arcade</Uri>
224-
<Sha>6404baed798af89accd98219614e6c90c153cd8c</Sha>
224+
<Sha>f8c9a6d12e5a3b281661924da22d7de1cc6ab27d</Sha>
225225
</Dependency>
226-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="9.0.0-beta.25475.3">
226+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="9.0.0-beta.25503.3">
227227
<Uri>https://github.com/dotnet/arcade</Uri>
228-
<Sha>6404baed798af89accd98219614e6c90c153cd8c</Sha>
228+
<Sha>f8c9a6d12e5a3b281661924da22d7de1cc6ab27d</Sha>
229229
</Dependency>
230-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Workloads" Version="9.0.0-beta.25475.3">
230+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Workloads" Version="9.0.0-beta.25503.3">
231231
<Uri>https://github.com/dotnet/arcade</Uri>
232-
<Sha>6404baed798af89accd98219614e6c90c153cd8c</Sha>
232+
<Sha>f8c9a6d12e5a3b281661924da22d7de1cc6ab27d</Sha>
233233
</Dependency>
234-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25475.3">
234+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25503.3">
235235
<Uri>https://github.com/dotnet/arcade</Uri>
236-
<Sha>6404baed798af89accd98219614e6c90c153cd8c</Sha>
236+
<Sha>f8c9a6d12e5a3b281661924da22d7de1cc6ab27d</Sha>
237237
</Dependency>
238238
<!-- Intermediate is necessary for source build. -->
239-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25475.3">
239+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25503.3">
240240
<Uri>https://github.com/dotnet/arcade</Uri>
241-
<Sha>6404baed798af89accd98219614e6c90c153cd8c</Sha>
241+
<Sha>f8c9a6d12e5a3b281661924da22d7de1cc6ab27d</Sha>
242242
<SourceBuild RepoName="arcade" ManagedOnly="true" />
243243
</Dependency>
244244
<!-- Intermediate is necessary for source build. -->

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
5252
</PropertyGroup>
5353
<PropertyGroup>
54-
<MicrosoftDotNetBuildTasksPackagingVersion>9.0.0-beta.25475.3</MicrosoftDotNetBuildTasksPackagingVersion>
55-
<MicrosoftDotNetBuildTasksTemplatingVersion>9.0.0-beta.25475.3</MicrosoftDotNetBuildTasksTemplatingVersion>
56-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.25475.3</MicrosoftDotNetBuildTasksInstallersPackageVersion>
57-
<MicrosoftDotNetBuildTasksWorkloadsPackageVersion>9.0.0-beta.25475.3</MicrosoftDotNetBuildTasksWorkloadsPackageVersion>
54+
<MicrosoftDotNetBuildTasksPackagingVersion>9.0.0-beta.25503.3</MicrosoftDotNetBuildTasksPackagingVersion>
55+
<MicrosoftDotNetBuildTasksTemplatingVersion>9.0.0-beta.25503.3</MicrosoftDotNetBuildTasksTemplatingVersion>
56+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.25503.3</MicrosoftDotNetBuildTasksInstallersPackageVersion>
57+
<MicrosoftDotNetBuildTasksWorkloadsPackageVersion>9.0.0-beta.25503.3</MicrosoftDotNetBuildTasksWorkloadsPackageVersion>
5858
</PropertyGroup>
5959
<PropertyGroup>
6060
<SwixPackageVersion>1.1.87-gba258badda</SwixPackageVersion>

eng/common/post-build/nuget-verification.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
[CmdletBinding(PositionalBinding = $false)]
3131
param(
3232
[string]$NuGetExePath,
33-
[string]$PackageSource = "https://api.nuget.org/v3/index.json",
33+
[string]$PackageSource = "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json",
3434
[string]$DownloadPath,
3535
[Parameter(ValueFromRemainingArguments = $true)]
3636
[string[]]$args

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"dotnet": "9.0.110"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25475.3",
7-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25475.3",
6+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25503.3",
7+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25503.3",
88
"Microsoft.Build.Traversal": "3.4.0"
99
}
1010
}

0 commit comments

Comments
 (0)