Removing extraneous dependencies

This commit is contained in:
Pranav K 2015-12-08 10:48:26 -08:00
parent 96462b9528
commit 62412836de
9 changed files with 24 additions and 57 deletions

View File

@ -14,12 +14,7 @@
"frameworks": { "frameworks": {
"dnx451": { }, "dnx451": { },
"dnxcore50": { "dnxcore50": { }
"dependencies": {
"System.Globalization": "4.0.11-*",
"System.Globalization.Extensions": "4.0.1-*"
}
}
}, },
"publishExclude": [ "publishExclude": [

View File

@ -16,14 +16,6 @@
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"dotnet5.4": { "dotnet5.4": {}
"dependencies": {
"Microsoft.CSharp": "4.0.1-*",
"System.Collections": "4.0.11-*",
"System.Globalization": "4.0.11-*",
"System.Linq": "4.0.1-*",
"System.Threading": "4.0.11-*"
}
}
} }
} }

View File

@ -13,10 +13,8 @@
"net451": {}, "net451": {},
"dotnet5.4": { "dotnet5.4": {
"dependencies": { "dependencies": {
"Microsoft.CSharp": "4.0.1-*",
"System.Collections": "4.0.11-*",
"System.Collections.Concurrent": "4.0.11-*", "System.Collections.Concurrent": "4.0.11-*",
"System.Globalization": "4.0.11-*" "System.Linq": "4.0.1-*"
} }
} }
} }

View File

@ -14,10 +14,7 @@
"dotnet5.4": { "dotnet5.4": {
"dependencies": { "dependencies": {
"Microsoft.CSharp": "4.0.1-*", "Microsoft.CSharp": "4.0.1-*",
"System.Collections": "4.0.11-*", "System.Globalization": "4.0.11-*"
"System.Globalization": "4.0.11-*",
"System.Reflection": "4.0.11-*",
"System.Runtime": "4.0.21-*"
} }
} }
} }

View File

@ -19,14 +19,8 @@
"net451": {}, "net451": {},
"dotnet5.4": { "dotnet5.4": {
"dependencies": { "dependencies": {
"Microsoft.CSharp": "4.0.1-*",
"System.Collections": "4.0.11-*",
"System.Collections.Concurrent": "4.0.11-*", "System.Collections.Concurrent": "4.0.11-*",
"System.Globalization": "4.0.11-*", "System.Resources.ReaderWriter": "4.0.0-*"
"System.Linq": "4.0.1-*",
"System.Resources.ReaderWriter": "4.0.0-*",
"System.Resources.ResourceManager": "4.0.1-*",
"System.Threading": "4.0.11-*"
} }
} }
} }

View File

@ -12,14 +12,6 @@
}, },
"frameworks": { "frameworks": {
"dnx451": { }, "dnx451": { },
"dnxcore50": { "dnxcore50": { }
"dependencies": {
"Microsoft.CSharp": "4.0.1-*",
"System.Collections": "4.0.11-*",
"System.Linq": "4.0.1-*",
"System.Runtime": "4.0.21-*",
"System.Threading": "4.0.11-*"
}
}
} }
} }

View File

@ -1,4 +1,7 @@
{ {
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": { "dependencies": {
"Microsoft.AspNet.Localization": "1.0.0-*", "Microsoft.AspNet.Localization": "1.0.0-*",
"Microsoft.AspNet.TestHost": "1.0.0-*", "Microsoft.AspNet.TestHost": "1.0.0-*",

View File

@ -11,11 +11,7 @@
}, },
"frameworks": { "frameworks": {
"dnx451": { }, "dnx451": { },
"dnxcore50": { "dnxcore50": {}
"dependencies": {
"System.Reflection": "4.0.11-*"
}
}
}, },
"commands": { "commands": {
"test": "xunit.runner.aspnet" "test": "xunit.runner.aspnet"