Update CoreClr to beta-24930-03
authordotnet-bot <dotnet-bot@microsoft.com>
Mon, 30 Jan 2017 17:44:04 +0000 (17:44 +0000)
committerdotnet-bot <dotnet-bot@microsoft.com>
Mon, 30 Jan 2017 17:44:04 +0000 (17:44 +0000)
Commit migrated from https://github.com/dotnet/coreclr/commit/9cf5dc34acf6663cb49a7ab8645519d6d6c93c8f

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

index 67f36ad..5969459 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>6c7aa7d5846447563f34e86529109e93239f5f59</CoreFxCurrentRef>
-    <CoreClrCurrentRef>6c7aa7d5846447563f34e86529109e93239f5f59</CoreClrCurrentRef>
+    <CoreClrCurrentRef>b0bc0a1565fac8663262ec875665da189fa71b55</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-24930-02</CoreClrPackageVersion>
+    <CoreClrPackageVersion>2.0.0-beta-24930-03</CoreClrPackageVersion>
     <XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
   </PropertyGroup>
 
index e945f7e..682ed74 100644 (file)
@@ -1,10 +1,10 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.ILAsm": "2.0.0-beta-24930-02",
-    "Microsoft.NETCore.ILDAsm": "2.0.0-beta-24930-02",
-    "Microsoft.NETCore.Jit": "2.0.0-beta-24930-02",
-    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-24930-02",
-    "Microsoft.NETCore.TestHost": "2.0.0-beta-24930-02"
+    "Microsoft.NETCore.ILAsm": "2.0.0-beta-24930-03",
+    "Microsoft.NETCore.ILDAsm": "2.0.0-beta-24930-03",
+    "Microsoft.NETCore.Jit": "2.0.0-beta-24930-03",
+    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-24930-03",
+    "Microsoft.NETCore.TestHost": "2.0.0-beta-24930-03"
   },
   "frameworks": {
     "netcoreapp1.1": {
index 7069169..c14c2bd 100644 (file)
@@ -64,7 +64,7 @@
   "frameworks": {
     "netcoreapp1.1": {
       "dependencies": {
-        "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-24930-02"
+        "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-24930-03"
       }
     }
   },
index 6c11ee3..3786e51 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-24930-02"
+    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-24930-03"
   },
   "frameworks": {
     "netcoreapp1.1": {