Update CoreClr to preview1-25130-01 (dotnet/coreclr#10573)
authordotnet bot <dotnet-bot@dotnetfoundation.org>
Thu, 30 Mar 2017 03:49:47 +0000 (20:49 -0700)
committerGaurav Khanna <gkhanna@microsoft.com>
Thu, 30 Mar 2017 03:49:47 +0000 (20:49 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/61f3162a2d2729cc146c1864e0a742a48bd0ed7d

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 aef3109..44ad75c 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>1f6532b32fa97b7810ae57ccbc28ab4db50f9c1a</CoreFxCurrentRef>
-    <CoreClrCurrentRef>1f6532b32fa97b7810ae57ccbc28ab4db50f9c1a</CoreClrCurrentRef>
+    <CoreClrCurrentRef>1513a5bdd0c90315123f362c1e6a18121d725af8</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-beta-25129-03</CoreClrPackageVersion>
+    <CoreClrPackageVersion>2.0.0-preview1-25130-01</CoreClrPackageVersion>
     <XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
   </PropertyGroup>
 
index 7c1a440..1a301e4 100644 (file)
@@ -1,10 +1,10 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.ILAsm": "2.0.0-beta-25129-03",
-    "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25129-03",
-    "Microsoft.NETCore.Jit": "2.0.0-beta-25129-03",
-    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25129-03",
-    "Microsoft.NETCore.TestHost": "2.0.0-beta-25129-03"
+    "Microsoft.NETCore.ILAsm": "2.0.0-preview1-25130-01",
+    "Microsoft.NETCore.ILDAsm": "2.0.0-preview1-25130-01",
+    "Microsoft.NETCore.Jit": "2.0.0-preview1-25130-01",
+    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview1-25130-01",
+    "Microsoft.NETCore.TestHost": "2.0.0-preview1-25130-01"
   },
   "frameworks": {
     "netcoreapp2.0": {
index e176094..e0e76a3 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25129-03"
+    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-preview1-25130-01"
   },
   "frameworks": {
     "netcoreapp1.1": {