Skip to content

Commit a7c4511

Browse files
committed
Update bootstrapped SDK
1 parent 3b2ef2d commit a7c4511

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

eng/Configurations.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
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

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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",

0 commit comments

Comments
 (0)