File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Microsoft.DotNet.Helix/Sdk/tools/dotnet-cli Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 9.0.100-rc.2.24474.11 " ,
3+ "version" : " 9.0.100" ,
44 "rollForward" : " latestFeature"
55 },
66 "tools" : {
7- "dotnet" : " 9.0.100-rc.2.24474.11 "
7+ "dotnet" : " 9.0.100"
88 },
99 "msbuild-sdks" : {
1010 "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.24561.1" ,
Original file line number Diff line number Diff line change 33
44 <PropertyGroup >
55 <IncludeDotNetCli Condition =" '$(IncludeDotNetCli)' != 'true' " >false</IncludeDotNetCli >
6- <AspNetCoreRuntimeVersion >9.0.0-rc.2.24474.3 </AspNetCoreRuntimeVersion >
6+ <AspNetCoreRuntimeVersion >9.0.0</AspNetCoreRuntimeVersion >
77 <DotNetCliPackageType Condition =" '$(DotNetCliPackageType)' == '' " >runtime</DotNetCliPackageType >
88 <DotNetCliVersion Condition =" '$(DotNetCliVersion)' == '' AND '$(DotNetCliPackageType)' == 'runtime' " >$(BundledNETCoreAppPackageVersion)</DotNetCliVersion >
99 <!-- TODO (https://github.com/dotnet/arcade/issues/7022): We are hardcoding this version to use the one tied to the SDK version from global.json -->
You can’t perform that action at this time.
0 commit comments