Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Update dependencies from https://github.com/dotnet/coreclr build 2019…
Browse files Browse the repository at this point in the history
…1112.1 (#42575)

- Microsoft.NET.Sdk.IL - 5.0.0-alpha1.19562.1
- Microsoft.NETCore.ILAsm - 5.0.0-alpha1.19562.1
- Microsoft.NETCore.Runtime.CoreCLR - 5.0.0-alpha1.19562.1
  • Loading branch information
dotnet-maestro[bot] authored Nov 13, 2019
1 parent 7d3a7b7 commit 8a6b808
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.NETCore.Runtime.CoreCLR" Version="5.0.0-alpha1.19561.7">
<Dependency Name="Microsoft.NETCore.Runtime.CoreCLR" Version="5.0.0-alpha1.19562.1">
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>638f59b8bd99af456d21c6a4b64da88025d2ff7d</Sha>
<Sha>d5bb8bf2437d447750cf0203dd55bb5160ff36b8</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.ILAsm" Version="5.0.0-alpha1.19561.7">
<Dependency Name="Microsoft.NETCore.ILAsm" Version="5.0.0-alpha1.19562.1">
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>638f59b8bd99af456d21c6a4b64da88025d2ff7d</Sha>
<Sha>d5bb8bf2437d447750cf0203dd55bb5160ff36b8</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.IL" Version="5.0.0-alpha1.19561.7">
<Dependency Name="Microsoft.NET.Sdk.IL" Version="5.0.0-alpha1.19562.1">
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>638f59b8bd99af456d21c6a4b64da88025d2ff7d</Sha>
<Sha>d5bb8bf2437d447750cf0203dd55bb5160ff36b8</Sha>
</Dependency>
<Dependency Name="ILLink.Tasks" Version="0.1.6-prerelease.19557.1">
<Uri>https://github.com/mono/linker</Uri>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
<MicrosoftNETCoreDotNetHostVersion>5.0.0-alpha.1.19555.8</MicrosoftNETCoreDotNetHostVersion>
<MicrosoftNETCoreDotNetHostPolicyVersion>5.0.0-alpha.1.19555.8</MicrosoftNETCoreDotNetHostPolicyVersion>
<!-- Coreclr dependencies -->
<MicrosoftNETCoreILAsmVersion>5.0.0-alpha1.19561.7</MicrosoftNETCoreILAsmVersion>
<MicrosoftNETCoreRuntimeCoreCLRVersion>5.0.0-alpha1.19561.7</MicrosoftNETCoreRuntimeCoreCLRVersion>
<MicrosoftNETSdkILVersion>5.0.0-alpha1.19561.7</MicrosoftNETSdkILVersion>
<MicrosoftNETCoreILAsmVersion>5.0.0-alpha1.19562.1</MicrosoftNETCoreILAsmVersion>
<MicrosoftNETCoreRuntimeCoreCLRVersion>5.0.0-alpha1.19562.1</MicrosoftNETCoreRuntimeCoreCLRVersion>
<MicrosoftNETSdkILVersion>5.0.0-alpha1.19562.1</MicrosoftNETSdkILVersion>
<!-- Corefx dependencies -->
<MicrosoftNETCorePlatformsVersion>5.0.0-alpha.1.19557.22</MicrosoftNETCorePlatformsVersion>
<runtimenativeSystemIOPortsVersion>5.0.0-alpha.1.19557.22</runtimenativeSystemIOPortsVersion>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"Microsoft.DotNet.Build.Tasks.Configuration": "5.0.0-beta.19557.20",
"Microsoft.DotNet.CoreFxTesting": "5.0.0-beta.19557.20",
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
"Microsoft.NET.Sdk.IL": "5.0.0-alpha1.19561.7"
"Microsoft.NET.Sdk.IL": "5.0.0-alpha1.19562.1"
}
}

0 comments on commit 8a6b808

Please sign in to comment.