Skip to content

Commit

Permalink
Update bootstrapped SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer committed Apr 28, 2020
1 parent 3b2ef2d commit a7c4511
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eng/Configurations.props
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</PropertyGroup>

<PropertyGroup>
<RuntimeRID Condition="'$(RuntimeRID)' == '' and '$(MSBuildRuntimeType)' == 'core'">$([System.Runtime.InteropServices.RuntimeInformation]::RuntimeIdentifier.ToString().ToLowerInvariant)</RuntimeRID>
<RuntimeRID Condition="'$(RuntimeRID)' == '' and '$(MSBuildRuntimeType)' == 'core'">$([System.Runtime.InteropServices.RuntimeInformation]::RuntimeIdentifier)</RuntimeRID>
<RuntimeRID Condition="'$(RuntimeRID)' == '' and '$(MSBuildRuntimeType)' != 'core'">win-$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture.ToString().ToLowerInvariant)</RuntimeRID>
<RuntimeOS Condition="'$(RuntimeOS)' == '' and '$(RuntimeRID)' != ''">$(RuntimeRID.Remove($(RuntimeRID.LastIndexOf('-'))))</RuntimeOS>

Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"sdk": {
"version": "5.0.100-preview.4.20202.8",
"version": "5.0.100-preview.5.20227.9",
"allowPrerelease": true,
"rollForward": "major"
},
"tools": {
"dotnet": "5.0.100-preview.4.20202.8"
"dotnet": "5.0.100-preview.5.20227.9"
},
"native-tools": {
"cmake": "3.14.2",
Expand Down

0 comments on commit a7c4511

Please sign in to comment.