Update CoreClr to beta-25103-01 (#9927)
authordotnet bot <dotnet-bot@dotnetfoundation.org>
Fri, 3 Mar 2017 05:37:23 +0000 (21:37 -0800)
committerDan Moseley <danmose@microsoft.com>
Fri, 3 Mar 2017 05:37:23 +0000 (21:37 -0800)
dependencies.props
tests/src/Common/build_against_pkg_dependencies/project.json
tests/src/Common/targeting_pack_ref/project.json

index 7e5333b..93f66a6 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>3bb43ab67bc17fdf91f3ac55e4ac0750b4baa2c8</CoreFxCurrentRef>
-    <CoreClrCurrentRef>febcde2eeb7a52e189ba5d425eb4d8e9aa13895f</CoreClrCurrentRef>
+    <CoreClrCurrentRef>1c4a59f686ba747727efcddb87b0322b9c48261b</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-25102-03</CoreClrPackageVersion>
+    <CoreClrPackageVersion>2.0.0-beta-25103-01</CoreClrPackageVersion>
     <XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
   </PropertyGroup>
 
index efcb4f5..b3d2de3 100644 (file)
@@ -1,10 +1,10 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.ILAsm": "2.0.0-beta-25102-03",
-    "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25102-03",
-    "Microsoft.NETCore.Jit": "2.0.0-beta-25102-03",
-    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25102-03",
-    "Microsoft.NETCore.TestHost": "2.0.0-beta-25102-03"
+    "Microsoft.NETCore.ILAsm": "2.0.0-beta-25103-01",
+    "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25103-01",
+    "Microsoft.NETCore.Jit": "2.0.0-beta-25103-01",
+    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25103-01",
+    "Microsoft.NETCore.TestHost": "2.0.0-beta-25103-01"
   },
   "frameworks": {
     "netcoreapp1.1": {
index c79e93f..1cf5105 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25102-03"
+    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25103-01"
   },
   "frameworks": {
     "netcoreapp1.1": {