Removed unnecessary dependencies
This commit is contained in:
parent
0e5c83c402
commit
9de989fd54
|
|
@ -17,7 +17,6 @@
|
||||||
|
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using Microsoft.AspNet.Builder;
|
using Microsoft.AspNet.Builder;
|
||||||
using Microsoft.AspNet.Http;
|
|
||||||
|
|
||||||
namespace Microsoft.AspNet.Server.WebListener
|
namespace Microsoft.AspNet.Server.WebListener
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -2,12 +2,9 @@
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"description": "ASP.NET 5 self-host web server.",
|
"description": "ASP.NET 5 self-host web server.",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.FeatureModel": "1.0.0-*",
|
|
||||||
"Microsoft.AspNet.Http": "1.0.0-*",
|
|
||||||
"Microsoft.AspNet.Http.Interfaces": "1.0.0-*",
|
"Microsoft.AspNet.Http.Interfaces": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Hosting.Server.Interfaces": "1.0.0-*",
|
"Microsoft.AspNet.Hosting.Server.Interfaces": "1.0.0-*",
|
||||||
"Microsoft.Framework.ConfigurationModel.Interfaces": "1.0.0-*",
|
"Microsoft.Framework.Logging.Interfaces": "1.0.0-*",
|
||||||
"Microsoft.Framework.Logging": "1.0.0-*",
|
|
||||||
"Microsoft.Net.Http.Server": "1.0.0-*"
|
"Microsoft.Net.Http.Server": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"description": "Implementation of WebListener, a successor to HttpListener. It is used in the WebListener server package.",
|
"description": "Implementation of WebListener, a successor to HttpListener. It is used in the WebListener server package.",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.Framework.Logging": "1.0.0-*",
|
"Microsoft.Framework.Logging.Interfaces": "1.0.0-*",
|
||||||
"Microsoft.Net.WebSockets": "1.0.0-*"
|
"Microsoft.Net.WebSockets": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue