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
…1114.2 (#42606)

- Microsoft.NET.Sdk.IL - 3.1.0-rtm.19564.2
- Microsoft.NETCore.ILAsm - 3.1.0-rtm.19564.2
- Microsoft.NETCore.Runtime.CoreCLR - 3.1.0-rtm.19564.2
  • Loading branch information
dotnet-maestro[bot] committed Nov 15, 2019
1 parent 09800d1 commit 0f7f38c
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="3.1.0-preview3.19561.8">
<Dependency Name="Microsoft.NETCore.Runtime.CoreCLR" Version="3.1.0-rtm.19564.2">
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>fd44c0fd4d749d2ad4a57f09e6a33814d60fc2a7</Sha>
<Sha>1ed7226e39b7214807318d2cc8ff37492527ffa1</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.ILAsm" Version="3.1.0-preview3.19561.8">
<Dependency Name="Microsoft.NETCore.ILAsm" Version="3.1.0-rtm.19564.2">
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>fd44c0fd4d749d2ad4a57f09e6a33814d60fc2a7</Sha>
<Sha>1ed7226e39b7214807318d2cc8ff37492527ffa1</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.IL" Version="3.1.0-preview3.19561.8">
<Dependency Name="Microsoft.NET.Sdk.IL" Version="3.1.0-rtm.19564.2">
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>fd44c0fd4d749d2ad4a57f09e6a33814d60fc2a7</Sha>
<Sha>1ed7226e39b7214807318d2cc8ff37492527ffa1</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
<MicrosoftNETCoreDotNetHostPackageVersion>3.1.0-preview3.19553.2</MicrosoftNETCoreDotNetHostPackageVersion>
<MicrosoftNETCoreDotNetHostPolicyPackageVersion>3.1.0-preview3.19553.2</MicrosoftNETCoreDotNetHostPolicyPackageVersion>
<!-- Coreclr dependencies -->
<MicrosoftNETSdkILPackageVersion>3.1.0-preview3.19561.8</MicrosoftNETSdkILPackageVersion>
<MicrosoftNETCoreILAsmPackageVersion>3.1.0-preview3.19561.8</MicrosoftNETCoreILAsmPackageVersion>
<MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.1.0-preview3.19561.8</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
<MicrosoftNETSdkILPackageVersion>3.1.0-rtm.19564.2</MicrosoftNETSdkILPackageVersion>
<MicrosoftNETCoreILAsmPackageVersion>3.1.0-rtm.19564.2</MicrosoftNETCoreILAsmPackageVersion>
<MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.1.0-rtm.19564.2</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
<!-- Corefx dependencies -->
<MicrosoftNETCorePlatformsPackageVersion>3.0.0-preview9.19409.15</MicrosoftNETCorePlatformsPackageVersion>
<runtimenativeSystemIOPortsPackageVersion>4.6.0-preview9.19409.15</runtimenativeSystemIOPortsPackageVersion>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"Microsoft.DotNet.Build.Tasks.Configuration": "1.0.0-beta.19474.3",
"Microsoft.DotNet.CoreFxTesting": "1.0.0-beta.19474.3",
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
"Microsoft.NET.Sdk.IL": "3.1.0-preview3.19561.8"
"Microsoft.NET.Sdk.IL": "3.1.0-rtm.19564.2"
}
}

0 comments on commit 0f7f38c

Please sign in to comment.