File tree Expand file tree Collapse file tree 5 files changed +14
-12
lines changed Expand file tree Collapse file tree 5 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 1010 <add key =" dotnet-tools" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
1111 <add key =" dotnet8" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
1212 <add key =" dotnet8-transport" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json" />
13+ <add key =" dotnet9" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
14+ <add key =" dotnet9-transport" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json" />
1315 <add key =" dotnet-public" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
1416 <!-- Used for the Rich Navigation indexing task -->
1517 <add key =" richnav" value =" https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-buildservices/nuget/v3/index.json" />
Original file line number Diff line number Diff line change 5656 </Dependency >
5757 </ProductDependencies >
5858 <ToolsetDependencies >
59- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.23419.1 " >
59+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.23425.2 " >
6060 <Uri >https://github.com/dotnet/arcade</Uri >
61- <Sha >385129cbc980a515ddee2fa56f6b16f3183ed9bc </Sha >
61+ <Sha >90c167d5c57de4a8bced566379dbd893556c94e8 </Sha >
6262 </Dependency >
63- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Templating" Version =" 8.0.0-beta.23419.1 " >
63+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Templating" Version =" 8.0.0-beta.23425.2 " >
6464 <Uri >https://github.com/dotnet/arcade</Uri >
65- <Sha >385129cbc980a515ddee2fa56f6b16f3183ed9bc </Sha >
65+ <Sha >90c167d5c57de4a8bced566379dbd893556c94e8 </Sha >
6666 </Dependency >
67- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.23419.1 " >
67+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.23425.2 " >
6868 <Uri >https://github.com/dotnet/arcade</Uri >
69- <Sha >385129cbc980a515ddee2fa56f6b16f3183ed9bc </Sha >
69+ <Sha >90c167d5c57de4a8bced566379dbd893556c94e8 </Sha >
7070 </Dependency >
7171 </ToolsetDependencies >
7272</Dependencies >
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup Label =" Version settings" >
3- <VersionPrefix >8 .0.0</VersionPrefix >
4- <PreReleaseVersionLabel >rc </PreReleaseVersionLabel >
5- <PreReleaseVersionIteration >2 </PreReleaseVersionIteration >
3+ <VersionPrefix >9 .0.0</VersionPrefix >
4+ <PreReleaseVersionLabel >alpha </PreReleaseVersionLabel >
5+ <PreReleaseVersionIteration >1 </PreReleaseVersionIteration >
66 <IncludeSourceRevisionInInformationalVersion >False</IncludeSourceRevisionInInformationalVersion >
77 <IsServicingBuild Condition =" '$(PreReleaseVersionLabel)' == 'servicing'" >true</IsServicingBuild >
88 <!--
3131 <MicrosoftNETCoreBrowserDebugHostTransportVersion >8.0.0-rc.2.23426.4</MicrosoftNETCoreBrowserDebugHostTransportVersion >
3232 </PropertyGroup >
3333 <PropertyGroup Label =" Dependencies from dotnet/arcade" >
34- <MicrosoftDotNetBuildTasksTemplatingVersion >8.0.0-beta.23419.1 </MicrosoftDotNetBuildTasksTemplatingVersion >
34+ <MicrosoftDotNetBuildTasksTemplatingVersion >8.0.0-beta.23425.2 </MicrosoftDotNetBuildTasksTemplatingVersion >
3535 </PropertyGroup >
3636 <PropertyGroup Label =" Other dependencies" >
3737 <!-- NB: This version affects Visual Studio compatibility. See https://learn.microsoft.com/visualstudio/extensibility/roslyn-version-support -->
Original file line number Diff line number Diff line change 1313 }
1414 },
1515 "msbuild-sdks" : {
16- "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.23419.1 " ,
17- "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.23419.1 "
16+ "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.23425.2 " ,
17+ "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.23425.2 "
1818 }
1919}
You can’t perform that action at this time.
0 commit comments