File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 </Dependency >
2020 </ProductDependencies >
2121 <ToolsetDependencies >
22- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25462.4 " >
22+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25503.3 " >
2323 <Uri >https://github.com/dotnet/arcade</Uri >
24- <Sha >e0fa67027049e9c3f1a0f2f50f47d50a0a3aaa92 </Sha >
24+ <Sha >f8c9a6d12e5a3b281661924da22d7de1cc6ab27d </Sha >
2525 </Dependency >
2626 <!-- Intermediate is necessary for source build. -->
27- <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 9.0.0-beta.25462.4 " >
27+ <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 9.0.0-beta.25503.3 " >
2828 <Uri >https://github.com/dotnet/arcade</Uri >
29- <Sha >e0fa67027049e9c3f1a0f2f50f47d50a0a3aaa92 </Sha >
29+ <Sha >f8c9a6d12e5a3b281661924da22d7de1cc6ab27d </Sha >
3030 <SourceBuild RepoName =" arcade" ManagedOnly =" true" />
3131 </Dependency >
3232 <!-- Dependencies required for source build. We'll still update manually -->
Original file line number Diff line number Diff line change 3030[CmdletBinding (PositionalBinding = $false )]
3131param (
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
Original file line number Diff line number Diff line change 33 "dotnet" : " 9.0.110"
44 },
55 "msbuild-sdks" : {
6- "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25462.4 "
6+ "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25503.3 "
77 }
88}
You can’t perform that action at this time.
0 commit comments