File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ This file should be imported by eng/Versions.props
2828 <MicrosoftNetCompilersToolsetPackageVersion >5.0.0-2.25461.22</MicrosoftNetCompilersToolsetPackageVersion >
2929 <MicrosoftVisualStudioLanguageServicesPackageVersion >5.0.0-2.25461.22</MicrosoftVisualStudioLanguageServicesPackageVersion >
3030 <!-- dotnet/arcade dependencies -->
31- <MicrosoftDotNetArcadeSdkPackageVersion >9.0.0-beta.25462.4 </MicrosoftDotNetArcadeSdkPackageVersion >
31+ <MicrosoftDotNetArcadeSdkPackageVersion >9.0.0-beta.25515.2 </MicrosoftDotNetArcadeSdkPackageVersion >
3232 <!-- dotnet/aspnetcore dependencies -->
3333 <MicrosoftExtensionsObjectPoolPackageVersion >8.0.0</MicrosoftExtensionsObjectPoolPackageVersion >
3434 <!-- dotnet/runtime dependencies -->
Original file line number Diff line number Diff line change 8888 </Dependency >
8989 </ProductDependencies >
9090 <ToolsetDependencies >
91- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25462.4 " >
91+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25515.2 " >
9292 <Uri >https://github.com/dotnet/arcade</Uri >
93- <Sha >e0fa67027049e9c3f1a0f2f50f47d50a0a3aaa92 </Sha >
93+ <Sha >6666973b629b24e259162dba03486c23af464bab </Sha >
9494 </Dependency >
9595 <!-- Necessary for source-build. This allows Microsoft.Extensions.ObjectPool and System.Collections.Immutable packages
9696 to be retrieved from live source-build and their content consumed by packages produced by razor.
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 2121 "rollForward" : " latestPatch"
2222 },
2323 "msbuild-sdks" : {
24- "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25462.4 " ,
24+ "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25515.2 " ,
2525 "Microsoft.Build.NoTargets" : " 3.7.0"
2626 }
2727}
You can’t perform that action at this time.
0 commit comments