Skip to content

Commit bcf9a15

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20251003.3 (#36916)
[release/9.0] Update dependencies from dotnet/arcade
1 parent e95f432 commit bcf9a15

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,17 @@
6767
</Dependency>
6868
</ProductDependencies>
6969
<ToolsetDependencies>
70-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25475.3">
70+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25503.3">
7171
<Uri>https://github.com/dotnet/arcade</Uri>
72-
<Sha>6404baed798af89accd98219614e6c90c153cd8c</Sha>
72+
<Sha>f8c9a6d12e5a3b281661924da22d7de1cc6ab27d</Sha>
7373
</Dependency>
74-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="9.0.0-beta.25475.3">
74+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="9.0.0-beta.25503.3">
7575
<Uri>https://github.com/dotnet/arcade</Uri>
76-
<Sha>6404baed798af89accd98219614e6c90c153cd8c</Sha>
76+
<Sha>f8c9a6d12e5a3b281661924da22d7de1cc6ab27d</Sha>
7777
</Dependency>
78-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25475.3">
78+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25503.3">
7979
<Uri>https://github.com/dotnet/arcade</Uri>
80-
<Sha>6404baed798af89accd98219614e6c90c153cd8c</Sha>
80+
<Sha>f8c9a6d12e5a3b281661924da22d7de1cc6ab27d</Sha>
8181
</Dependency>
8282
</ToolsetDependencies>
8383
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<SystemFormatsAsn1Version>9.0.9</SystemFormatsAsn1Version>
3535
</PropertyGroup>
3636
<PropertyGroup Label="Dependencies from dotnet/arcade">
37-
<MicrosoftDotNetBuildTasksTemplatingVersion>9.0.0-beta.25475.3</MicrosoftDotNetBuildTasksTemplatingVersion>
37+
<MicrosoftDotNetBuildTasksTemplatingVersion>9.0.0-beta.25503.3</MicrosoftDotNetBuildTasksTemplatingVersion>
3838
</PropertyGroup>
3939
<PropertyGroup Label="Other dependencies">
4040
<MicrosoftBuildFrameworkVersion>17.8.3</MicrosoftBuildFrameworkVersion>

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
@@ -13,7 +13,7 @@
1313
}
1414
},
1515
"msbuild-sdks": {
16-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25475.3",
17-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25475.3"
16+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25503.3",
17+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25503.3"
1818
}
1919
}

0 commit comments

Comments
 (0)