Skip to content

Commit d29a5b4

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

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@
1111
</Dependency>
1212
</ProductDependencies>
1313
<ToolsetDependencies>
14-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25475.3">
14+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25503.3">
1515
<Uri>https://github.com/dotnet/arcade</Uri>
16-
<Sha>6404baed798af89accd98219614e6c90c153cd8c</Sha>
16+
<Sha>f8c9a6d12e5a3b281661924da22d7de1cc6ab27d</Sha>
1717
</Dependency>
18-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="9.0.0-beta.25475.3">
18+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="9.0.0-beta.25503.3">
1919
<Uri>https://github.com/dotnet/arcade</Uri>
20-
<Sha>6404baed798af89accd98219614e6c90c153cd8c</Sha>
20+
<Sha>f8c9a6d12e5a3b281661924da22d7de1cc6ab27d</Sha>
2121
</Dependency>
22-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25475.3">
22+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25503.3">
2323
<Uri>https://github.com/dotnet/arcade</Uri>
24-
<Sha>6404baed798af89accd98219614e6c90c153cd8c</Sha>
24+
<Sha>f8c9a6d12e5a3b281661924da22d7de1cc6ab27d</Sha>
2525
</Dependency>
26-
<Dependency Name="Microsoft.DotNet.XUnitConsoleRunner" Version="2.9.0-beta.25475.3">
26+
<Dependency Name="Microsoft.DotNet.XUnitConsoleRunner" Version="2.9.0-beta.25503.3">
2727
<Uri>https://github.com/dotnet/arcade</Uri>
28-
<Sha>6404baed798af89accd98219614e6c90c153cd8c</Sha>
28+
<Sha>f8c9a6d12e5a3b281661924da22d7de1cc6ab27d</Sha>
2929
</Dependency>
30-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="9.0.0-beta.25475.3">
30+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="9.0.0-beta.25503.3">
3131
<Uri>https://github.com/dotnet/arcade</Uri>
32-
<Sha>6404baed798af89accd98219614e6c90c153cd8c</Sha>
32+
<Sha>f8c9a6d12e5a3b281661924da22d7de1cc6ab27d</Sha>
3333
</Dependency>
3434
</ToolsetDependencies>
3535
</Dependencies>

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
<MicrosoftCodeAnalysisAnalyzersVersion>3.3.4</MicrosoftCodeAnalysisAnalyzersVersion>
1414
<MicrosoftCodeAnalysisVersion>4.12.0-3.25467.18</MicrosoftCodeAnalysisVersion>
1515
<!-- arcade -->
16-
<MicrosoftDotNetBuildTasksTemplatingVersion>9.0.0-beta.25475.3</MicrosoftDotNetBuildTasksTemplatingVersion>
17-
<MicrosoftDotNetRemoteExecutorVersion>9.0.0-beta.25475.3</MicrosoftDotNetRemoteExecutorVersion>
18-
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25475.3</MicrosoftDotNetXUnitExtensionsVersion>
19-
<MicrosoftDotNetXUnitConsoleRunnerVersion>2.9.0-beta.25475.3</MicrosoftDotNetXUnitConsoleRunnerVersion>
16+
<MicrosoftDotNetBuildTasksTemplatingVersion>9.0.0-beta.25503.3</MicrosoftDotNetBuildTasksTemplatingVersion>
17+
<MicrosoftDotNetRemoteExecutorVersion>9.0.0-beta.25503.3</MicrosoftDotNetRemoteExecutorVersion>
18+
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25503.3</MicrosoftDotNetXUnitExtensionsVersion>
19+
<MicrosoftDotNetXUnitConsoleRunnerVersion>2.9.0-beta.25503.3</MicrosoftDotNetXUnitConsoleRunnerVersion>
2020
<!--
2121
These are used as reference assemblies only, so they must not take a ProdCon/source-build
2222
version. Insert "RefOnly" to avoid assignment via PVP.

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"dotnet": "9.0.110"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25475.3",
6+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25503.3",
77
"Microsoft.Build.Traversal": "3.4.0"
88
}
99
}

0 commit comments

Comments
 (0)