Update CoreClr to preview1-25210-04 (#10862)
authordotnet bot <dotnet-bot@dotnetfoundation.org>
Tue, 11 Apr 2017 01:02:57 +0000 (18:02 -0700)
committerJan Kotas <jkotas@microsoft.com>
Tue, 11 Apr 2017 01:02:57 +0000 (18:02 -0700)
dependencies.props
tests/src/Common/build_against_pkg_dependencies/project.json
tests/src/Common/targeting_pack_ref/project.json

index f9830a9..389a4c1 100644 (file)
@@ -2,7 +2,7 @@
   <!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->
   <PropertyGroup>
     <CoreFxCurrentRef>e92f146e291cdddd764887db41dcdf95263300a8</CoreFxCurrentRef>
-    <CoreClrCurrentRef>54d99a707d56c4551f1e04c7649b0e87a9df7460</CoreClrCurrentRef>
+    <CoreClrCurrentRef>5487e519a5becf43d50319bcaaf2734dbc6ae6ec</CoreClrCurrentRef>
   </PropertyGroup>
 
   <!-- Auto-upgraded properties for each build info dependency. -->
@@ -12,7 +12,7 @@
 
   <!-- Full package version strings that are used in other parts of the build. -->
   <PropertyGroup>
-    <CoreClrPackageVersion>2.0.0-preview1-25207-02</CoreClrPackageVersion>
+    <CoreClrPackageVersion>2.0.0-preview1-25210-04</CoreClrPackageVersion>
     <XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
   </PropertyGroup>
 
index 145f421..6b979a4 100644 (file)
@@ -1,10 +1,10 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.ILAsm": "2.0.0-preview1-25207-02",
-    "Microsoft.NETCore.ILDAsm": "2.0.0-preview1-25207-02",
-    "Microsoft.NETCore.Jit": "2.0.0-preview1-25207-02",
-    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview1-25207-02",
-    "Microsoft.NETCore.TestHost": "2.0.0-preview1-25207-02"
+    "Microsoft.NETCore.ILAsm": "2.0.0-preview1-25210-04",
+    "Microsoft.NETCore.ILDAsm": "2.0.0-preview1-25210-04",
+    "Microsoft.NETCore.Jit": "2.0.0-preview1-25210-04",
+    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview1-25210-04",
+    "Microsoft.NETCore.TestHost": "2.0.0-preview1-25210-04"
   },
   "frameworks": {
     "netcoreapp2.0": {
index 7800b27..7147437 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-preview1-25207-02"
+    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-preview1-25210-04"
   },
   "frameworks": {
     "netcoreapp1.1": {