Update CoreClr, CoreFx to beta-24930-02, beta-24930-01, respectively
authordotnet-bot <dotnet-bot@microsoft.com>
Mon, 30 Jan 2017 15:18:54 +0000 (15:18 +0000)
committerdotnet-bot <dotnet-bot@microsoft.com>
Mon, 30 Jan 2017 15:18:54 +0000 (15:18 +0000)
Commit migrated from https://github.com/dotnet/coreclr/commit/8e457e0c91f6c97bf7effc5ab619f1469f76d9a2

13 files changed:
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
src/coreclr/tests/src/Common/test_dependencies/project.json
src/coreclr/tests/src/JIT/config/benchmark+roslyn/project.json
src/coreclr/tests/src/JIT/config/benchmark+serialize/project.json
src/coreclr/tests/src/JIT/config/benchmark/project.json
src/coreclr/tests/src/JIT/config/extra/project.json
src/coreclr/tests/src/JIT/config/minimal/project.json
src/coreclr/tests/src/JIT/config/threading+thread/project.json
src/coreclr/tests/src/JIT/config/threading/project.json
src/coreclr/tests/src/performance/project.json

index c7d3013..67f36ad 100644 (file)
@@ -1,18 +1,18 @@
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->
   <PropertyGroup>
-    <CoreFxCurrentRef>c921761c7e6a9b7ac5cde370565c2a57b1d192cb</CoreFxCurrentRef>
-    <CoreClrCurrentRef>c921761c7e6a9b7ac5cde370565c2a57b1d192cb</CoreClrCurrentRef>
+    <CoreFxCurrentRef>6c7aa7d5846447563f34e86529109e93239f5f59</CoreFxCurrentRef>
+    <CoreClrCurrentRef>6c7aa7d5846447563f34e86529109e93239f5f59</CoreClrCurrentRef>
   </PropertyGroup>
 
   <!-- Auto-upgraded properties for each build info dependency. -->
   <PropertyGroup>
-    <CoreFxExpectedPrerelease>beta-24926-02</CoreFxExpectedPrerelease>
+    <CoreFxExpectedPrerelease>beta-24930-01</CoreFxExpectedPrerelease>
   </PropertyGroup>
 
   <!-- Full package version strings that are used in other parts of the build. -->
   <PropertyGroup>
-    <CoreClrPackageVersion>2.0.0-beta-24925-08</CoreClrPackageVersion>
+    <CoreClrPackageVersion>2.0.0-beta-24930-02</CoreClrPackageVersion>
     <XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
   </PropertyGroup>
 
index 2a9d802..e945f7e 100644 (file)
@@ -1,10 +1,10 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.ILAsm": "2.0.0-beta-24925-08",
-    "Microsoft.NETCore.ILDAsm": "2.0.0-beta-24925-08",
-    "Microsoft.NETCore.Jit": "2.0.0-beta-24925-08",
-    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-24925-08",
-    "Microsoft.NETCore.TestHost": "2.0.0-beta-24925-08"
+    "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"
   },
   "frameworks": {
     "netcoreapp1.1": {
index caad089..7069169 100644 (file)
@@ -5,7 +5,7 @@
     "emitEntryPoint": true
   },
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-24926-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-24930-01",
     "Microsoft.NETCore.Targets": "1.2.0-beta-24913-02",
     "System.Threading.Thread": "4.4.0-beta-24913-02",
     "System.Collections": "4.4.0-beta-24913-02",
@@ -64,7 +64,7 @@
   "frameworks": {
     "netcoreapp1.1": {
       "dependencies": {
-        "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-24925-08"
+        "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-24930-02"
       }
     }
   },
index d6f317c..6c11ee3 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-24925-08"
+    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-24930-02"
   },
   "frameworks": {
     "netcoreapp1.1": {
index a0febd9..4d1977d 100644 (file)
@@ -9,7 +9,7 @@
     "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0040",
     "Microsoft.Win32.Primitives": "4.4.0-beta-24913-02",
     "Newtonsoft.Json": "8.0.3",
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-24926-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-24930-01",
     "Microsoft.NETCore.Targets": "1.2.0-beta-24913-02",
     "System.Collections.Immutable": "1.4.0-beta-24913-02",
     "System.Threading.Thread": "4.4.0-beta-24913-02",
index 4002099..5d003a9 100644 (file)
@@ -4,7 +4,7 @@
     "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0040",
     "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0040",
     "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0040",
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-24926-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-24930-01",
     "System.Console": "4.4.0-beta-24913-02",
     "System.Dynamic.Runtime": "4.4.0-beta-24913-02",
     "System.Linq": "4.4.0-beta-24913-02",
index f7a4cd7..4c8ca43 100644 (file)
@@ -3,7 +3,7 @@
     "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0040",
     "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0040",
     "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0040",
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-24926-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-24930-01",
     "Newtonsoft.Json": "7.0.1",
     "System.Console": "4.4.0-beta-24913-02",
     "System.IO": "4.4.0-beta-24913-02",
index 87c7eef..3e8b410 100644 (file)
@@ -3,7 +3,7 @@
     "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0040",
     "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0040",
     "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0040",
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-24926-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-24930-01",
     "System.Collections.NonGeneric": "4.4.0-beta-24913-02",
     "System.Console": "4.4.0-beta-24913-02",
     "System.IO.FileSystem": "4.4.0-beta-24913-02",
index e0dba3b..0c4d646 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-24926-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-24930-01",
     "System.Collections": "4.4.0-beta-24913-02",
     "System.Console": "4.4.0-beta-24913-02",
     "System.Diagnostics.Debug": "4.4.0-beta-24913-02",
index 139b5ab..40b7ae7 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-24926-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-24930-01",
     "System.Console": "4.4.0-beta-24913-02",
     "System.Runtime": "4.4.0-beta-24913-02",
     "System.Runtime.Extensions": "4.4.0-beta-24913-02",
index a23b939..1744e74 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-24926-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-24930-01",
     "System.Console": "4.4.0-beta-24913-02",
     "System.Numerics.Vectors": "4.4.0-beta-24913-02",
     "System.Runtime": "4.4.0-beta-24913-02",
index b9635ec..8ee6f78 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-24926-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-24930-01",
     "System.Console": "4.4.0-beta-24913-02",
     "System.Runtime": "4.4.0-beta-24913-02",
     "System.Runtime.Extensions": "4.4.0-beta-24913-02",
index 248c526..d549d68 100644 (file)
@@ -3,7 +3,7 @@
     "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0040",
     "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0040",
     "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0040",
-    "Microsoft.NETCore.Platforms": "2.0.0-beta-24926-02",
+    "Microsoft.NETCore.Platforms": "2.0.0-beta-24930-01",
     "System.Collections.NonGeneric": "4.4.0-beta-24913-02",
     "System.Console": "4.4.0-beta-24913-02",
     "System.IO.FileSystem": "4.4.0-beta-24913-02",