diff --git a/test/Microsoft.AspNetCore.Session.Tests/project.json b/test/Microsoft.AspNetCore.Session.Tests/project.json index 406c72fa83..933e0171f7 100644 --- a/test/Microsoft.AspNetCore.Session.Tests/project.json +++ b/test/Microsoft.AspNetCore.Session.Tests/project.json @@ -4,7 +4,6 @@ "Microsoft.AspNetCore.TestHost": "1.0.0-*", "Microsoft.Extensions.Caching.Memory": "1.0.0-*", "Microsoft.Extensions.Logging.Testing": "1.0.0-*", - "Microsoft.NETCore.Platforms": "1.0.1-*", "xunit": "2.1.0" }, "testRunner": "xunit", @@ -12,7 +11,9 @@ "netstandardapp1.5": { "dependencies": { "dotnet-test-xunit": "1.0.0-dev-*", - "System.Threading.Thread": "4.0.0-*" + "System.Threading.Thread": "4.0.0-*", + "NETStandard.Library": "1.5.0-*", + "System.Diagnostics.Process": "4.1.0-*" }, "imports": [ "dnxcore50",