From f16f8390194dcc5200c8be3dfed44289f4f317f2 Mon Sep 17 00:00:00 2001 From: piotrp Date: Fri, 22 Jan 2016 10:19:11 -0800 Subject: [PATCH] Fixes system.runtime.extensions:4.1.0.0 issue --- src/dotnet-restore/project.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/dotnet-restore/project.json b/src/dotnet-restore/project.json index 602a31d83..a6003cfe2 100644 --- a/src/dotnet-restore/project.json +++ b/src/dotnet-restore/project.json @@ -13,7 +13,6 @@ "dependencies": { "NuGet.CommandLine.XPlat": "3.4.0-beta-517", "Microsoft.NETCore.Platforms": "1.0.1-rc2-23704", - "Microsoft.NETCore.TestHost": "1.0.0-rc2-23704", "NETStandard.Library": "1.0.0-rc2-23704", "System.Linq.Expressions": "4.0.11-rc2-23704", "Microsoft.DotNet.Cli.Utils": {"target":"project"}, @@ -26,7 +25,7 @@ "version": "1.0.0-*", "type": "build" }, - "Microsoft.Extensions.Logging": "1.0.0-rc2-15935", + "Microsoft.Extensions.Logging": "1.0.0-rc2-16010", "Newtonsoft.Json": "7.0.1" }, "frameworks": {