Update CoreClr to preview1-25212-04 (#10879)
authordotnet bot <dotnet-bot@dotnetfoundation.org>
Wed, 12 Apr 2017 15:05:37 +0000 (08:05 -0700)
committerGaurav Khanna <gkhanna@microsoft.com>
Wed, 12 Apr 2017 15:05:37 +0000 (08:05 -0700)
dependencies.props
tests/src/Common/build_against_pkg_dependencies/project.json
tests/src/Common/targeting_pack_ref/project.json

index 389a4c1..0221036 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>5487e519a5becf43d50319bcaaf2734dbc6ae6ec</CoreClrCurrentRef>
+    <CoreClrCurrentRef>07f76bae460357bfea01929910911531ec50e15c</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-25210-04</CoreClrPackageVersion>
+    <CoreClrPackageVersion>2.0.0-preview1-25212-04</CoreClrPackageVersion>
     <XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
   </PropertyGroup>
 
index 6b979a4..501dfec 100644 (file)
@@ -1,10 +1,10 @@
 {
   "dependencies": {
-    "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"
+    "Microsoft.NETCore.ILAsm": "2.0.0-preview1-25212-04",
+    "Microsoft.NETCore.ILDAsm": "2.0.0-preview1-25212-04",
+    "Microsoft.NETCore.Jit": "2.0.0-preview1-25212-04",
+    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview1-25212-04",
+    "Microsoft.NETCore.TestHost": "2.0.0-preview1-25212-04"
   },
   "frameworks": {
     "netcoreapp2.0": {
index 7147437..ea49ba3 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-preview1-25210-04"
+    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-preview1-25212-04"
   },
   "frameworks": {
     "netcoreapp1.1": {