File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 </PropertyGroup >
3838
3939 <PropertyGroup >
40- <RuntimeRID Condition =" '$(RuntimeRID)' == '' and '$(MSBuildRuntimeType)' == 'core'" >$([System.Runtime.InteropServices.RuntimeInformation]::RuntimeIdentifier.ToString().ToLowerInvariant )</RuntimeRID >
40+ <RuntimeRID Condition =" '$(RuntimeRID)' == '' and '$(MSBuildRuntimeType)' == 'core'" >$([System.Runtime.InteropServices.RuntimeInformation]::RuntimeIdentifier)</RuntimeRID >
4141 <RuntimeRID Condition =" '$(RuntimeRID)' == '' and '$(MSBuildRuntimeType)' != 'core'" >win-$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture.ToString().ToLowerInvariant)</RuntimeRID >
4242 <RuntimeOS Condition =" '$(RuntimeOS)' == '' and '$(RuntimeRID)' != ''" >$(RuntimeRID.Remove($(RuntimeRID.LastIndexOf('-'))))</RuntimeOS >
4343
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 5.0.100-preview.4.20202.8 " ,
3+ "version" : " 5.0.100-preview.5.20227.9 " ,
44 "allowPrerelease" : true ,
55 "rollForward" : " major"
66 },
77 "tools" : {
8- "dotnet" : " 5.0.100-preview.4.20202.8 "
8+ "dotnet" : " 5.0.100-preview.5.20227.9 "
99 },
1010 "native-tools" : {
1111 "cmake" : " 3.14.2" ,
You can’t perform that action at this time.
0 commit comments