Remove unnecessary references from project.json
This commit is contained in:
parent
fff1d62f01
commit
e0f01aa6bb
|
|
@ -1,18 +1,10 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
|
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Routing" : "1.0.0-*",
|
"Microsoft.AspNet.Routing" : "1.0.0-*"
|
||||||
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
|
|
||||||
"Microsoft.Framework.OptionsModel": "1.0.0-*"
|
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"aspnet50": { },
|
"aspnet50": {},
|
||||||
"aspnetcore50": {
|
"aspnetcore50": {}
|
||||||
"dependencies": {
|
|
||||||
"System.Diagnostics.Debug": "4.0.10-beta-*",
|
|
||||||
"System.Runtime": "4.0.20-beta-*",
|
|
||||||
"System.Threading.Tasks": "4.0.10-beta-*"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -4,32 +4,16 @@
|
||||||
"warningsAsErrors": true
|
"warningsAsErrors": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Http": "1.0.0-*",
|
|
||||||
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
|
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
|
||||||
"Microsoft.AspNet.WebUtilities": "1.0.0-*",
|
"Microsoft.AspNet.WebUtilities": "1.0.0-*",
|
||||||
"Microsoft.Framework.DependencyInjection" : "1.0.0-*",
|
"Microsoft.Framework.Logging": "1.0.0-*"
|
||||||
"Microsoft.Framework.Logging": "1.0.0-*",
|
|
||||||
"Microsoft.Framework.OptionsModel": "1.0.0-*"
|
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"aspnet50": {},
|
"aspnet50": {},
|
||||||
"aspnetcore50": {
|
"aspnetcore50": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Collections": "4.0.10-beta-*",
|
|
||||||
"System.Diagnostics.Contracts": "4.0.0-beta-*",
|
"System.Diagnostics.Contracts": "4.0.0-beta-*",
|
||||||
"System.Diagnostics.Debug": "4.0.10-beta-*",
|
"System.Text.RegularExpressions": "4.0.10-beta-*"
|
||||||
"System.Diagnostics.Tools": "4.0.0-beta-*",
|
|
||||||
"System.Globalization": "4.0.10-beta-*",
|
|
||||||
"System.Linq": "4.0.0-beta-*",
|
|
||||||
"System.Reflection": "4.0.10-beta-*",
|
|
||||||
"System.Reflection.Extensions": "4.0.0-beta-*",
|
|
||||||
"System.Resources.ResourceManager": "4.0.0-beta-*",
|
|
||||||
"System.Runtime": "4.0.20-beta-*",
|
|
||||||
"System.Runtime.Extensions": "4.0.10-beta-*",
|
|
||||||
"System.Runtime.InteropServices": "4.0.20-beta-*",
|
|
||||||
"System.Text.Encoding": "4.0.10-beta-*",
|
|
||||||
"System.Text.RegularExpressions": "4.0.10-beta-*",
|
|
||||||
"System.Threading.Tasks": "4.0.10-beta-*"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,21 +5,10 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Routing": "1.0.0-*",
|
"Microsoft.AspNet.Routing": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Testing": "1.0.0-*",
|
"Microsoft.AspNet.Testing": "1.0.0-*",
|
||||||
"Microsoft.Framework.Logging": "1.0.0-*",
|
|
||||||
"Xunit.KRunner": "1.0.0-*"
|
"Xunit.KRunner": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"aspnetcore50": {
|
"aspnetcore50": {},
|
||||||
"dependencies": {
|
|
||||||
"System.Collections": "4.0.10-beta-*",
|
|
||||||
"System.Linq": "4.0.0-beta-*",
|
|
||||||
"System.Runtime": "4.0.20-beta-*",
|
|
||||||
"System.Runtime.Extensions": "4.0.10-beta-*",
|
|
||||||
"System.Threading": "4.0.0-beta-*",
|
|
||||||
"System.Threading.Tasks": "4.0.10-beta-*",
|
|
||||||
"System.Text.RegularExpressions": "4.0.10-beta-*"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"aspnet50": {
|
"aspnet50": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Moq": "4.2.1312.1622"
|
"Moq": "4.2.1312.1622"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue