diff --git a/samples/HelloWorld/project.json b/samples/HelloWorld/project.json index a9a7895f6f..217b63187a 100644 --- a/samples/HelloWorld/project.json +++ b/samples/HelloWorld/project.json @@ -3,7 +3,6 @@ "emitEntryPoint": true }, "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.Net.Http.Server": "0.1.0-*", "Microsoft.Net.WebSockets.Server": "0.1.0-*" }, diff --git a/samples/HotAddSample/project.json b/samples/HotAddSample/project.json index 90c7734732..2ced8bd1c9 100644 --- a/samples/HotAddSample/project.json +++ b/samples/HotAddSample/project.json @@ -1,7 +1,6 @@ { "version": "1.0.0-*", "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.AspNetCore.Server.WebListener": "0.1.0-*", "Microsoft.Extensions.Logging.Console": "1.0.0-*" }, diff --git a/samples/SelfHostServer/project.json b/samples/SelfHostServer/project.json index ed7aa07c1c..5d77d489fb 100644 --- a/samples/SelfHostServer/project.json +++ b/samples/SelfHostServer/project.json @@ -1,6 +1,5 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.AspNetCore.Server.WebListener": "0.1.0-*", "Microsoft.Extensions.Logging.Console": "1.0.0-*" }, diff --git a/test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json b/test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json index 1fc7773d62..89477b804a 100644 --- a/test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json +++ b/test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json @@ -2,7 +2,6 @@ "testRunner": "xunit", "dependencies": { "dotnet-test-xunit": "1.0.0-*", - "Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.AspNetCore.Server.WebListener": "0.1.0-*", "Microsoft.AspNetCore.Testing": "1.0.0-*", "xunit": "2.1.0" diff --git a/test/Microsoft.Net.Http.Server.FunctionalTests/project.json b/test/Microsoft.Net.Http.Server.FunctionalTests/project.json index e427b85c5c..191ff94190 100644 --- a/test/Microsoft.Net.Http.Server.FunctionalTests/project.json +++ b/test/Microsoft.Net.Http.Server.FunctionalTests/project.json @@ -2,7 +2,6 @@ "testRunner": "xunit", "dependencies": { "dotnet-test-xunit": "1.0.0-*", - "Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.Net.Http.Server": "0.1.0-*", "Microsoft.Net.WebSockets.Server": "0.1.0-*", "Microsoft.AspNetCore.Testing": "1.0.0-*",