Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update dependencies from https://github.com/dotnet/coreclr build 2019…
…1109.4

- Microsoft.NET.Sdk.IL - 5.0.0-alpha1.19559.4
- Microsoft.NETCore.ILAsm - 5.0.0-alpha1.19559.4
- Microsoft.NETCore.Runtime.CoreCLR - 5.0.0-alpha1.19559.4
  • Loading branch information
dotnet-maestro[bot] committed Nov 10, 2019
commit 4e180d3878a1ffbaee3991bc8abfffaf4855a5d8
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>94a60d5238f654ab22f162ad3d6dac01adcdaeb8</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.Runtime.CoreCLR" Version="5.0.0-alpha1.19558.3">
<Dependency Name="Microsoft.NETCore.Runtime.CoreCLR" Version="5.0.0-alpha1.19559.4">
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>a0bbdf98efd5b96c041d8b49d2a61d0ce5bf3212</Sha>
<Sha>ad6876360bc31ff7b901621b159aceab47a09e50</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.ILAsm" Version="5.0.0-alpha1.19558.3">
<Dependency Name="Microsoft.NETCore.ILAsm" Version="5.0.0-alpha1.19559.4">
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>a0bbdf98efd5b96c041d8b49d2a61d0ce5bf3212</Sha>
<Sha>ad6876360bc31ff7b901621b159aceab47a09e50</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.IL" Version="5.0.0-alpha1.19558.3">
<Dependency Name="Microsoft.NET.Sdk.IL" Version="5.0.0-alpha1.19559.4">
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>a0bbdf98efd5b96c041d8b49d2a61d0ce5bf3212</Sha>
<Sha>ad6876360bc31ff7b901621b159aceab47a09e50</Sha>
</Dependency>
<Dependency Name="System.Text.Encodings.Web" Version="5.0.0-alpha.1.19557.1">
<Uri>https://github.com/dotnet/corefx</Uri>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
<MicrosoftExtensionsDependencyModelVersion>2.1.0</MicrosoftExtensionsDependencyModelVersion>
<MicrosoftDotNetPlatformAbstractionsVersion>3.0.0</MicrosoftDotNetPlatformAbstractionsVersion>
<!-- CoreClr dependencies -->
<MicrosoftNETCoreILAsmVersion>5.0.0-alpha1.19558.3</MicrosoftNETCoreILAsmVersion>
<MicrosoftNETCoreRuntimeCoreCLRVersion>5.0.0-alpha1.19558.3</MicrosoftNETCoreRuntimeCoreCLRVersion>
<MicrosoftNETSdkILVersion>5.0.0-alpha1.19558.3</MicrosoftNETSdkILVersion>
<MicrosoftNETCoreILAsmVersion>5.0.0-alpha1.19559.4</MicrosoftNETCoreILAsmVersion>
<MicrosoftNETCoreRuntimeCoreCLRVersion>5.0.0-alpha1.19559.4</MicrosoftNETCoreRuntimeCoreCLRVersion>
<MicrosoftNETSdkILVersion>5.0.0-alpha1.19559.4</MicrosoftNETSdkILVersion>
<!-- Libraries dependencies -->
<MicrosoftNETCorePlatformsVersion>5.0.0-alpha.1.19557.1</MicrosoftNETCorePlatformsVersion>
<MicrosoftPrivateCoreFxNETCoreAppVersion>5.0.0-alpha.1.19555.8</MicrosoftPrivateCoreFxNETCoreAppVersion>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"Microsoft.DotNet.Build.Tasks.Configuration": "5.0.0-beta.19557.1",
"Microsoft.DotNet.CoreFxTesting": "5.0.0-beta.19557.1",
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
"Microsoft.NET.Sdk.IL": "5.0.0-alpha1.19558.3",
"Microsoft.NET.Sdk.IL": "5.0.0-alpha1.19559.4",
"Microsoft.Build.NoTargets": "1.0.53",
"Microsoft.Build.Traversal": "2.0.2"
}
Expand Down