Update CoreClr to preview2-25316-03 (#11650)
authordotnet bot <dotnet-bot@dotnetfoundation.org>
Tue, 16 May 2017 21:53:08 +0000 (14:53 -0700)
committerGaurav Khanna <gkhanna@microsoft.com>
Tue, 16 May 2017 21:53:08 +0000 (14:53 -0700)
dependencies.props
tests/src/Common/build_against_pkg_dependencies/project.json
tests/src/Common/targeting_pack_ref/project.json

index cd553f0..1f284a8 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>a8f14145c38a5ead3de0442da2e789537802a8ec</CoreFxCurrentRef>
-    <CoreClrCurrentRef>a8f14145c38a5ead3de0442da2e789537802a8ec</CoreClrCurrentRef>
+    <CoreClrCurrentRef>fcd99ed86a703a16698fcd0027707739c8ef3501</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-preview2-25316-01</CoreClrPackageVersion>
+    <CoreClrPackageVersion>2.0.0-preview2-25316-03</CoreClrPackageVersion>
     <XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
   </PropertyGroup>
 
index d44554a..56ee674 100644 (file)
@@ -1,10 +1,10 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.ILAsm": "2.0.0-preview2-25316-01",
-    "Microsoft.NETCore.ILDAsm": "2.0.0-preview2-25316-01",
-    "Microsoft.NETCore.Jit": "2.0.0-preview2-25316-01",
-    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview2-25316-01",
-    "Microsoft.NETCore.TestHost": "2.0.0-preview2-25316-01"
+    "Microsoft.NETCore.ILAsm": "2.0.0-preview2-25316-03",
+    "Microsoft.NETCore.ILDAsm": "2.0.0-preview2-25316-03",
+    "Microsoft.NETCore.Jit": "2.0.0-preview2-25316-03",
+    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview2-25316-03",
+    "Microsoft.NETCore.TestHost": "2.0.0-preview2-25316-03"
   },
   "frameworks": {
     "netcoreapp2.0": {
index 51025c8..566b4c6 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-preview2-25316-01"
+    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-preview2-25316-03"
   },
   "frameworks": {
     "netcoreapp1.1": {