Update CoreClr to beta-25116-01 (dotnet/coreclr#10163)
authordotnet bot <dotnet-bot@dotnetfoundation.org>
Thu, 16 Mar 2017 20:16:01 +0000 (13:16 -0700)
committerDan Moseley <danmose@microsoft.com>
Thu, 16 Mar 2017 20:16:01 +0000 (13:16 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/d4ae90091d5dfad544bcca2d20188055392dd815

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 40d2c3a..54e7fbc 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>6309cf2ad5fd49945c44026e7bef7b11a3dedeb9</CoreFxCurrentRef>
-    <CoreClrCurrentRef>6309cf2ad5fd49945c44026e7bef7b11a3dedeb9</CoreClrCurrentRef>
+    <CoreClrCurrentRef>65f04ec0cdca983331c8fefb56846adf672e5bbc</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-25113-03</CoreClrPackageVersion>
+    <CoreClrPackageVersion>2.0.0-beta-25116-01</CoreClrPackageVersion>
     <XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
   </PropertyGroup>
 
index 1ef22d1..98cb8ec 100644 (file)
@@ -1,10 +1,10 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.ILAsm": "2.0.0-beta-25113-03",
-    "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25113-03",
-    "Microsoft.NETCore.Jit": "2.0.0-beta-25113-03",
-    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25113-03",
-    "Microsoft.NETCore.TestHost": "2.0.0-beta-25113-03"
+    "Microsoft.NETCore.ILAsm": "2.0.0-beta-25116-01",
+    "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25116-01",
+    "Microsoft.NETCore.Jit": "2.0.0-beta-25116-01",
+    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25116-01",
+    "Microsoft.NETCore.TestHost": "2.0.0-beta-25116-01"
   },
   "frameworks": {
     "netcoreapp2.0": {
index 66e9f5d..7ecb5dc 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25113-03"
+    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25116-01"
   },
   "frameworks": {
     "netcoreapp1.1": {