From f2ba1da5d9d7dc0ea39c6c1a87076bad08333884 Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Wed, 1 Jun 2016 13:58:32 -0700 Subject: [PATCH] Switch to Microsoft.NETCore.Runtime.CoreCLR package. We are no longer going to be producing the Microsoft.NETCore.Runtime wrapper project as it is just an empty package. Instead we are going to directly reference Microsoft.NETCore.Runtime.CoreCLR. Commit migrated from https://github.com/dotnet/corefx/commit/14d3b0ee0ac8dce35ffa5e2e4371ab3098f0303f --- src/libraries/Common/test-runtime/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/Common/test-runtime/project.json b/src/libraries/Common/test-runtime/project.json index c826640ed03..6994ca5ca27 100644 --- a/src/libraries/Common/test-runtime/project.json +++ b/src/libraries/Common/test-runtime/project.json @@ -2,7 +2,7 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.0.1-rc4-24201-04", "Microsoft.NETCore.TestHost": "1.0.0-rc4-24131-00", - "Microsoft.NETCore.Runtime": "1.0.2-rc4-24201-00", + "Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc4-24201-00", "NETStandard.Library": "1.6.0-rc4-24201-04", "System.Diagnostics.Contracts": "4.0.1-rc4-24201-04", "System.IO.Compression": "4.1.0-rc4-24201-00", -- GitLab