Skip to content

Commit a3b7321

Browse files
author
Mirroring
committed
Merge commit 'ad4d87fb2630fa88f2d0c5525b2f4f960fc834c3'
2 parents 0a1da8f + ad4d87f commit a3b7321

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

eng/Version.Details.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -152,29 +152,29 @@
152152
</Dependency>
153153
</ProductDependencies>
154154
<ToolsetDependencies>
155-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25475.3">
155+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25503.3">
156156
<Uri>https://github.com/dotnet/arcade</Uri>
157-
<Sha>6404baed798af89accd98219614e6c90c153cd8c</Sha>
157+
<Sha>f8c9a6d12e5a3b281661924da22d7de1cc6ab27d</Sha>
158158
</Dependency>
159-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.25475.3">
159+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.25503.3">
160160
<Uri>https://github.com/dotnet/arcade</Uri>
161-
<Sha>6404baed798af89accd98219614e6c90c153cd8c</Sha>
161+
<Sha>f8c9a6d12e5a3b281661924da22d7de1cc6ab27d</Sha>
162162
</Dependency>
163-
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="9.0.0-beta.25475.3">
163+
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="9.0.0-beta.25503.3">
164164
<Uri>https://github.com/dotnet/arcade</Uri>
165-
<Sha>6404baed798af89accd98219614e6c90c153cd8c</Sha>
165+
<Sha>f8c9a6d12e5a3b281661924da22d7de1cc6ab27d</Sha>
166166
</Dependency>
167-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="9.0.0-beta.25475.3">
167+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="9.0.0-beta.25503.3">
168168
<Uri>https://github.com/dotnet/arcade</Uri>
169-
<Sha>6404baed798af89accd98219614e6c90c153cd8c</Sha>
169+
<Sha>f8c9a6d12e5a3b281661924da22d7de1cc6ab27d</Sha>
170170
</Dependency>
171-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.25475.3">
171+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.25503.3">
172172
<Uri>https://github.com/dotnet/arcade</Uri>
173-
<Sha>6404baed798af89accd98219614e6c90c153cd8c</Sha>
173+
<Sha>f8c9a6d12e5a3b281661924da22d7de1cc6ab27d</Sha>
174174
</Dependency>
175-
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="9.0.0-beta.25475.3">
175+
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="9.0.0-beta.25503.3">
176176
<Uri>https://github.com/dotnet/arcade</Uri>
177-
<Sha>6404baed798af89accd98219614e6c90c153cd8c</Sha>
177+
<Sha>f8c9a6d12e5a3b281661924da22d7de1cc6ab27d</Sha>
178178
</Dependency>
179179
</ToolsetDependencies>
180180
</Dependencies>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
</PropertyGroup>
1313
<PropertyGroup>
1414
<!-- arcade -->
15-
<MicrosoftDotNetBuildTasksArchivesVersion>9.0.0-beta.25475.3</MicrosoftDotNetBuildTasksArchivesVersion>
16-
<MicrosoftDotNetBuildTasksInstallersVersion>9.0.0-beta.25475.3</MicrosoftDotNetBuildTasksInstallersVersion>
15+
<MicrosoftDotNetBuildTasksArchivesVersion>9.0.0-beta.25503.3</MicrosoftDotNetBuildTasksArchivesVersion>
16+
<MicrosoftDotNetBuildTasksInstallersVersion>9.0.0-beta.25503.3</MicrosoftDotNetBuildTasksInstallersVersion>
1717
<!-- corefx -->
1818
<SystemDataDataSetExtensionsVersion>4.5.0</SystemDataDataSetExtensionsVersion>
1919
<SystemDataSqlClientVersion>4.9.0</SystemDataSqlClientVersion>

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.SharedFramework.Sdk": "9.0.0-beta.25475.3",
6+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25503.3",
7+
"Microsoft.DotNet.SharedFramework.Sdk": "9.0.0-beta.25503.3",
88
"Microsoft.Build.NoTargets": "3.7.0",
99
"Microsoft.Build.Traversal": "3.4.0"
1010
}

0 commit comments

Comments
 (0)