Removing extraneous versions

This commit is contained in:
Pranav K 2015-12-08 15:47:59 -08:00
parent 4bb8e229b6
commit f8b5031ff1
4 changed files with 11 additions and 19 deletions

View File

@ -13,9 +13,7 @@
"Microsoft.AspNet.Http.Abstractions": "1.0.0-*"
},
"frameworks": {
"net451": {},
"dotnet5.4": {
"dependencies": {}
}
"net451": { },
"dotnet5.4": { }
}
}

View File

@ -13,13 +13,7 @@
"Microsoft.AspNet.Http.Extensions": "1.0.0-*"
},
"frameworks": {
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Collections": "4.0.10-*",
"System.Linq": "4.0.0-*",
"System.Threading": "4.0.10-*"
}
}
"net451": { },
"dotnet5.4": { }
}
}

View File

@ -1,5 +1,8 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNet.Buffering": "1.0.0-*",
"Microsoft.AspNet.TestHost": "1.0.0-*",
@ -11,12 +14,6 @@
"frameworks": {
"dnx451": { },
"dnxcore50": {
"dependencies": {
"System.Collections": "4.0.10-*",
"System.Linq": "4.0.0-*",
"System.Threading": "4.0.10-*"
}
}
"dnxcore50": {}
}
}

View File

@ -1,5 +1,8 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNet.HttpOverrides": "1.0.0-*",
"Microsoft.AspNet.TestHost": "1.0.0-*",