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

Commit 1730016

Browse files
Update dependencies from https://github.com/dotnet/coreclr build 20191207.1 (#42762)
- Microsoft.NET.Sdk.IL - 3.1.1-servicing.19607.1 - Microsoft.NETCore.ILAsm - 3.1.1-servicing.19607.1 - Microsoft.NETCore.Runtime.CoreCLR - 3.1.1-servicing.19607.1
1 parent 464c03b commit 1730016

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

eng/Version.Details.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<Dependencies>
22
<ProductDependencies>
3-
<Dependency Name="Microsoft.NETCore.Runtime.CoreCLR" Version="3.1.1-servicing.19602.2">
3+
<Dependency Name="Microsoft.NETCore.Runtime.CoreCLR" Version="3.1.1-servicing.19607.1">
44
<Uri>https://github.com/dotnet/coreclr</Uri>
5-
<Sha>53826cad1db670d13c424f1afe048b3aad92f7ba</Sha>
5+
<Sha>5558d18aafc84ecac3630ca6a31f52699cde0b66</Sha>
66
</Dependency>
7-
<Dependency Name="Microsoft.NETCore.ILAsm" Version="3.1.1-servicing.19602.2">
7+
<Dependency Name="Microsoft.NETCore.ILAsm" Version="3.1.1-servicing.19607.1">
88
<Uri>https://github.com/dotnet/coreclr</Uri>
9-
<Sha>53826cad1db670d13c424f1afe048b3aad92f7ba</Sha>
9+
<Sha>5558d18aafc84ecac3630ca6a31f52699cde0b66</Sha>
1010
</Dependency>
11-
<Dependency Name="Microsoft.NET.Sdk.IL" Version="3.1.1-servicing.19602.2">
11+
<Dependency Name="Microsoft.NET.Sdk.IL" Version="3.1.1-servicing.19607.1">
1212
<Uri>https://github.com/dotnet/coreclr</Uri>
13-
<Sha>53826cad1db670d13c424f1afe048b3aad92f7ba</Sha>
13+
<Sha>5558d18aafc84ecac3630ca6a31f52699cde0b66</Sha>
1414
</Dependency>
1515
</ProductDependencies>
1616
<ToolsetDependencies>

eng/Versions.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
<MicrosoftNETCoreDotNetHostPackageVersion>3.1.0-preview3.19553.2</MicrosoftNETCoreDotNetHostPackageVersion>
5252
<MicrosoftNETCoreDotNetHostPolicyPackageVersion>3.1.0-preview3.19553.2</MicrosoftNETCoreDotNetHostPolicyPackageVersion>
5353
<!-- Coreclr dependencies -->
54-
<MicrosoftNETSdkILPackageVersion>3.1.1-servicing.19602.2</MicrosoftNETSdkILPackageVersion>
55-
<MicrosoftNETCoreILAsmPackageVersion>3.1.1-servicing.19602.2</MicrosoftNETCoreILAsmPackageVersion>
56-
<MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.1.1-servicing.19602.2</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
54+
<MicrosoftNETSdkILPackageVersion>3.1.1-servicing.19607.1</MicrosoftNETSdkILPackageVersion>
55+
<MicrosoftNETCoreILAsmPackageVersion>3.1.1-servicing.19607.1</MicrosoftNETCoreILAsmPackageVersion>
56+
<MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.1.1-servicing.19607.1</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
5757
<!-- Corefx dependencies -->
5858
<MicrosoftNETCorePlatformsPackageVersion>3.0.0-preview9.19409.15</MicrosoftNETCorePlatformsPackageVersion>
5959
<runtimenativeSystemIOPortsPackageVersion>4.6.0-preview9.19409.15</runtimenativeSystemIOPortsPackageVersion>

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"Microsoft.DotNet.Build.Tasks.Configuration": "1.0.0-beta.19577.5",
1313
"Microsoft.DotNet.CoreFxTesting": "1.0.0-beta.19577.5",
1414
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
15-
"Microsoft.NET.Sdk.IL": "3.1.1-servicing.19602.2"
15+
"Microsoft.NET.Sdk.IL": "3.1.1-servicing.19607.1"
1616
}
1717
}

0 commit comments

Comments
 (0)