Update CoreClr to beta-25109-03
authordotnet-bot <dotnet-bot@microsoft.com>
Thu, 9 Mar 2017 18:28:01 +0000 (18:28 +0000)
committerdotnet-bot <dotnet-bot@microsoft.com>
Thu, 9 Mar 2017 18:28:01 +0000 (18:28 +0000)
Commit migrated from https://github.com/dotnet/coreclr/commit/280eaf6b570669aa9d00a385af61a6eaf2695412

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 cba9869..f2a7b3a 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>72efa5f7a8fcaae7cf804a3e847d571b15558815</CoreFxCurrentRef>
-    <CoreClrCurrentRef>72efa5f7a8fcaae7cf804a3e847d571b15558815</CoreClrCurrentRef>
+    <CoreClrCurrentRef>546541cc58ee5728d69d6760527bbd335b482dfa</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-25109-01</CoreClrPackageVersion>
+    <CoreClrPackageVersion>2.0.0-beta-25109-03</CoreClrPackageVersion>
     <XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
   </PropertyGroup>
 
index 306c26c..07ba3ae 100644 (file)
@@ -1,10 +1,10 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.ILAsm": "2.0.0-beta-25109-01",
-    "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25109-01",
-    "Microsoft.NETCore.Jit": "2.0.0-beta-25109-01",
-    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25109-01",
-    "Microsoft.NETCore.TestHost": "2.0.0-beta-25109-01"
+    "Microsoft.NETCore.ILAsm": "2.0.0-beta-25109-03",
+    "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25109-03",
+    "Microsoft.NETCore.Jit": "2.0.0-beta-25109-03",
+    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25109-03",
+    "Microsoft.NETCore.TestHost": "2.0.0-beta-25109-03"
   },
   "frameworks": {
     "netcoreapp1.1": {
index d5425cc..a97eff8 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25109-01"
+    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25109-03"
   },
   "frameworks": {
     "netcoreapp1.1": {