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 1414 <SourceBuild RepoName =" source-build-reference-packages" ManagedOnly =" true" />
1515 </Dependency >
1616 <!-- Intermediate is necessary for source build. -->
17- <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 9.0.0-beta.25475 .3" >
17+ <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 9.0.0-beta.25503 .3" >
1818 <Uri >https://github.com/dotnet/arcade</Uri >
19- <Sha >6404baed798af89accd98219614e6c90c153cd8c </Sha >
19+ <Sha >f8c9a6d12e5a3b281661924da22d7de1cc6ab27d </Sha >
2020 <SourceBuild RepoName =" arcade" ManagedOnly =" true" />
2121 </Dependency >
22- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25475 .3" >
22+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" 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 >
2626 <Dependency Name =" Microsoft.DotNet.GenAPI.Task" Version =" 9.0.100-rc.1.24409.1" >
2727 <Uri >https://github.com/dotnet/sdk</Uri >
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.25475 .3" ,
6+ "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25503 .3" ,
77 "Microsoft.Build.NoTargets" : " 3.7.0"
88 }
99}
You can’t perform that action at this time.
0 commit comments