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": {