Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit f1e7724

Browse files
Update dependencies from https://github.com/dotnet/coreclr build 20191108.3
- Microsoft.NET.Sdk.IL - 5.0.0-alpha1.19558.3 - Microsoft.NETCore.ILAsm - 5.0.0-alpha1.19558.3 - Microsoft.NETCore.Runtime.CoreCLR - 5.0.0-alpha1.19558.3
1 parent a7fbb94 commit f1e7724

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<Dependencies>
22
<ProductDependencies>
3-
<Dependency Name="Microsoft.NETCore.Runtime.CoreCLR" Version="5.0.0-alpha1.19558.2">
3+
<Dependency Name="Microsoft.NETCore.Runtime.CoreCLR" Version="5.0.0-alpha1.19558.3">
44
<Uri>https://github.com/dotnet/coreclr</Uri>
5-
<Sha>69a57026b4bcacd8520fffb84842b31ac337e59f</Sha>
5+
<Sha>a0bbdf98efd5b96c041d8b49d2a61d0ce5bf3212</Sha>
66
</Dependency>
7-
<Dependency Name="Microsoft.NETCore.ILAsm" Version="5.0.0-alpha1.19558.2">
7+
<Dependency Name="Microsoft.NETCore.ILAsm" Version="5.0.0-alpha1.19558.3">
88
<Uri>https://github.com/dotnet/coreclr</Uri>
9-
<Sha>69a57026b4bcacd8520fffb84842b31ac337e59f</Sha>
9+
<Sha>a0bbdf98efd5b96c041d8b49d2a61d0ce5bf3212</Sha>
1010
</Dependency>
11-
<Dependency Name="Microsoft.NET.Sdk.IL" Version="5.0.0-alpha1.19554.1">
11+
<Dependency Name="Microsoft.NET.Sdk.IL" Version="5.0.0-alpha1.19558.3">
1212
<Uri>https://github.com/dotnet/coreclr</Uri>
13-
<Sha>818b35978a1681690988b2c9c3f0b6a034d91e82</Sha>
13+
<Sha>a0bbdf98efd5b96c041d8b49d2a61d0ce5bf3212</Sha>
1414
</Dependency>
1515
<Dependency Name="ILLink.Tasks" Version="0.1.6-prerelease.19557.1">
1616
<Uri>https://github.com/mono/linker</Uri>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
<MicrosoftNETCoreDotNetHostVersion>5.0.0-alpha.1.19555.8</MicrosoftNETCoreDotNetHostVersion>
4545
<MicrosoftNETCoreDotNetHostPolicyVersion>5.0.0-alpha.1.19555.8</MicrosoftNETCoreDotNetHostPolicyVersion>
4646
<!-- Coreclr dependencies -->
47-
<MicrosoftNETCoreILAsmVersion>5.0.0-alpha1.19558.2</MicrosoftNETCoreILAsmVersion>
48-
<MicrosoftNETCoreRuntimeCoreCLRVersion>5.0.0-alpha1.19558.2</MicrosoftNETCoreRuntimeCoreCLRVersion>
49-
<MicrosoftNETSdkILVersion>5.0.0-alpha1.19554.1</MicrosoftNETSdkILVersion>
47+
<MicrosoftNETCoreILAsmVersion>5.0.0-alpha1.19558.3</MicrosoftNETCoreILAsmVersion>
48+
<MicrosoftNETCoreRuntimeCoreCLRVersion>5.0.0-alpha1.19558.3</MicrosoftNETCoreRuntimeCoreCLRVersion>
49+
<MicrosoftNETSdkILVersion>5.0.0-alpha1.19558.3</MicrosoftNETSdkILVersion>
5050
<!-- Corefx dependencies -->
5151
<MicrosoftNETCorePlatformsVersion>5.0.0-alpha.1.19557.22</MicrosoftNETCorePlatformsVersion>
5252
<runtimenativeSystemIOPortsVersion>5.0.0-alpha.1.19557.22</runtimenativeSystemIOPortsVersion>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"Microsoft.DotNet.Build.Tasks.Configuration": "5.0.0-beta.19557.20",
1414
"Microsoft.DotNet.CoreFxTesting": "5.0.0-beta.19557.20",
1515
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
16-
"Microsoft.NET.Sdk.IL": "5.0.0-alpha1.19554.1"
16+
"Microsoft.NET.Sdk.IL": "5.0.0-alpha1.19558.3"
1717
}
1818
}

0 commit comments

Comments
 (0)