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 1
1
{
2
2
"sdk" : {
3
- "version" : " 10.0.100-preview.3.25201.16 " ,
3
+ "version" : " 10.0.100-preview.5.25230.108 " ,
4
4
"rollForward" : " latestFeature"
5
5
},
6
6
"tools" : {
7
- "dotnet" : " 10.0.100-preview.3.25201.16 "
7
+ "dotnet" : " 10.0.100-preview.5.25230.108 "
8
8
},
9
9
"msbuild-sdks" : {
10
10
"Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25256.1" ,
Original file line number Diff line number Diff line change 3
3
4
4
<PropertyGroup >
5
5
<IncludeDotNetCli Condition =" '$(IncludeDotNetCli)' != 'true' " >false</IncludeDotNetCli >
6
- <AspNetCoreRuntimeVersion >10.0.0-preview.3.25172.1 </AspNetCoreRuntimeVersion >
6
+ <AspNetCoreRuntimeVersion >10.0.0-preview.5.25230.108 </AspNetCoreRuntimeVersion >
7
7
<DotNetCliPackageType Condition =" '$(DotNetCliPackageType)' == '' " >runtime</DotNetCliPackageType >
8
8
<DotNetCliVersion Condition =" '$(DotNetCliVersion)' == '' AND '$(DotNetCliPackageType)' == 'runtime' " >$(BundledNETCoreAppPackageVersion)</DotNetCliVersion >
9
9
<!-- 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