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

Commit

Permalink
[release/3.1] Update dependencies from dotnet/coreclr (#42893)
Browse files Browse the repository at this point in the history
* Update dependencies from https://github.com/dotnet/coreclr build 20200325.2

- Microsoft.NET.Sdk.IL - 3.1.4-servicing.20175.2
- Microsoft.NETCore.ILAsm - 3.1.4-servicing.20175.2
- Microsoft.NETCore.Runtime.CoreCLR - 3.1.4-servicing.20175.2

* Update dependencies from https://github.com/dotnet/coreclr build 20200325.3

- Microsoft.NET.Sdk.IL - 3.1.4-servicing.20175.3
- Microsoft.NETCore.ILAsm - 3.1.4-servicing.20175.3
- Microsoft.NETCore.Runtime.CoreCLR - 3.1.4-servicing.20175.3

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] committed Mar 26, 2020
1 parent 7a91663 commit c5f41f1
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
@@ -1,16 +1,16 @@
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.NETCore.Runtime.CoreCLR" Version="3.1.4-servicing.20175.1">
<Dependency Name="Microsoft.NETCore.Runtime.CoreCLR" Version="3.1.4-servicing.20175.3">
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>9d9b5795356a138fb834dc4b7ff7141002904244</Sha>
<Sha>f5d8d52a3033bccda3ed798ba25fcfd988f78019</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.ILAsm" Version="3.1.4-servicing.20175.1">
<Dependency Name="Microsoft.NETCore.ILAsm" Version="3.1.4-servicing.20175.3">
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>9d9b5795356a138fb834dc4b7ff7141002904244</Sha>
<Sha>f5d8d52a3033bccda3ed798ba25fcfd988f78019</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.IL" Version="3.1.4-servicing.20175.1">
<Dependency Name="Microsoft.NET.Sdk.IL" Version="3.1.4-servicing.20175.3">
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>9d9b5795356a138fb834dc4b7ff7141002904244</Sha>
<Sha>f5d8d52a3033bccda3ed798ba25fcfd988f78019</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
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.4-servicing.20175.1</MicrosoftNETSdkILPackageVersion>
<MicrosoftNETCoreILAsmPackageVersion>3.1.4-servicing.20175.1</MicrosoftNETCoreILAsmPackageVersion>
<MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.1.4-servicing.20175.1</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
<MicrosoftNETSdkILPackageVersion>3.1.4-servicing.20175.3</MicrosoftNETSdkILPackageVersion>
<MicrosoftNETCoreILAsmPackageVersion>3.1.4-servicing.20175.3</MicrosoftNETCoreILAsmPackageVersion>
<MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.1.4-servicing.20175.3</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
Expand Up @@ -12,6 +12,6 @@
"Microsoft.DotNet.Build.Tasks.Configuration": "1.0.0-beta.20113.5",
"Microsoft.DotNet.CoreFxTesting": "1.0.0-beta.20113.5",
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
"Microsoft.NET.Sdk.IL": "3.1.4-servicing.20175.1"
"Microsoft.NET.Sdk.IL": "3.1.4-servicing.20175.3"
}
}

0 comments on commit c5f41f1

Please sign in to comment.