Update CoreClr to preview1-25213-02 (dotnet/coreclr#10937)
authordotnet bot <dotnet-bot@dotnetfoundation.org>
Thu, 13 Apr 2017 14:56:52 +0000 (07:56 -0700)
committerGaurav Khanna <gkhanna@microsoft.com>
Thu, 13 Apr 2017 14:56:52 +0000 (07:56 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/7f1ebe17e63bf7670c8fc3393a82b2b1ed978762

src/coreclr/dependencies.props
src/coreclr/tests/src/Common/build_against_pkg_dependencies/project.json
src/coreclr/tests/src/Common/targeting_pack_ref/project.json

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