Update CoreClr to preview2-25301-03
authordotnet-bot <dotnet-bot@microsoft.com>
Mon, 1 May 2017 21:03:47 +0000 (21:03 +0000)
committerdotnet-bot <dotnet-bot@microsoft.com>
Mon, 1 May 2017 21:03:47 +0000 (21:03 +0000)
dependencies.props
tests/src/Common/build_against_pkg_dependencies/project.json
tests/src/Common/targeting_pack_ref/project.json

index e9d5c9b..4ed0154 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>5b372e441b6ec64609236b1decce123c81dc3c39</CoreFxCurrentRef>
-    <CoreClrCurrentRef>5b372e441b6ec64609236b1decce123c81dc3c39</CoreClrCurrentRef>
+    <CoreClrCurrentRef>abab275120d99e5001ead72c187e26c8e4e8f2c3</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-preview2-25301-01</CoreClrPackageVersion>
+    <CoreClrPackageVersion>2.0.0-preview2-25301-03</CoreClrPackageVersion>
     <XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
   </PropertyGroup>
 
index 99ce46c..ee8a89c 100644 (file)
@@ -1,10 +1,10 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.ILAsm": "2.0.0-preview2-25301-01",
-    "Microsoft.NETCore.ILDAsm": "2.0.0-preview2-25301-01",
-    "Microsoft.NETCore.Jit": "2.0.0-preview2-25301-01",
-    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview2-25301-01",
-    "Microsoft.NETCore.TestHost": "2.0.0-preview2-25301-01"
+    "Microsoft.NETCore.ILAsm": "2.0.0-preview2-25301-03",
+    "Microsoft.NETCore.ILDAsm": "2.0.0-preview2-25301-03",
+    "Microsoft.NETCore.Jit": "2.0.0-preview2-25301-03",
+    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview2-25301-03",
+    "Microsoft.NETCore.TestHost": "2.0.0-preview2-25301-03"
   },
   "frameworks": {
     "netcoreapp2.0": {
index 006403d..92a87a0 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-preview2-25301-01"
+    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-preview2-25301-03"
   },
   "frameworks": {
     "netcoreapp1.1": {