File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 6767 </Dependency >
6868 </ProductDependencies >
6969 <ToolsetDependencies >
70- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25462.4 " >
70+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25503.3 " >
7171 <Uri >https://github.com/dotnet/arcade</Uri >
72- <Sha >e0fa67027049e9c3f1a0f2f50f47d50a0a3aaa92 </Sha >
72+ <Sha >f8c9a6d12e5a3b281661924da22d7de1cc6ab27d </Sha >
7373 </Dependency >
74- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Templating" Version =" 9.0.0-beta.25462.4 " >
74+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Templating" Version =" 9.0.0-beta.25503.3 " >
7575 <Uri >https://github.com/dotnet/arcade</Uri >
76- <Sha >e0fa67027049e9c3f1a0f2f50f47d50a0a3aaa92 </Sha >
76+ <Sha >f8c9a6d12e5a3b281661924da22d7de1cc6ab27d </Sha >
7777 </Dependency >
78- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 9.0.0-beta.25462.4 " >
78+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 9.0.0-beta.25503.3 " >
7979 <Uri >https://github.com/dotnet/arcade</Uri >
80- <Sha >e0fa67027049e9c3f1a0f2f50f47d50a0a3aaa92 </Sha >
80+ <Sha >f8c9a6d12e5a3b281661924da22d7de1cc6ab27d </Sha >
8181 </Dependency >
8282 </ToolsetDependencies >
8383</Dependencies >
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup Label =" Version settings" >
3- <VersionPrefix >9.0.10 </VersionPrefix >
3+ <VersionPrefix >9.0.11 </VersionPrefix >
44 <PreReleaseVersionLabel >rtm</PreReleaseVersionLabel >
55 <PreReleaseVersionIteration >
66 </PreReleaseVersionIteration >
3434 <SystemFormatsAsn1Version >9.0.9</SystemFormatsAsn1Version >
3535 </PropertyGroup >
3636 <PropertyGroup Label =" Dependencies from dotnet/arcade" >
37- <MicrosoftDotNetBuildTasksTemplatingVersion >9.0.0-beta.25462.4 </MicrosoftDotNetBuildTasksTemplatingVersion >
37+ <MicrosoftDotNetBuildTasksTemplatingVersion >9.0.0-beta.25503.3 </MicrosoftDotNetBuildTasksTemplatingVersion >
3838 </PropertyGroup >
3939 <PropertyGroup Label =" Other dependencies" >
4040 <MicrosoftBuildFrameworkVersion >17.8.3</MicrosoftBuildFrameworkVersion >
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 1313 }
1414 },
1515 "msbuild-sdks" : {
16- "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25462.4 " ,
17- "Microsoft.DotNet.Helix.Sdk" : " 9.0.0-beta.25462.4 "
16+ "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25503.3 " ,
17+ "Microsoft.DotNet.Helix.Sdk" : " 9.0.0-beta.25503.3 "
1818 }
1919}
You can’t perform that action at this time.
0 commit comments