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": {
"dnx451": { },
"dnxcore50": {
"dependencies": {
"System.Globalization": "4.0.11-*",
"System.Globalization.Extensions": "4.0.1-*"
}
}
"dnxcore50": { }
},
"publishExclude": [

View File

@ -16,14 +16,6 @@
},
"frameworks": {
"net451": {},
"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-*"
}
}
"dotnet5.4": {}
}
}

View File

@ -13,10 +13,8 @@
"net451": {},
"dotnet5.4": {
"dependencies": {
"Microsoft.CSharp": "4.0.1-*",
"System.Collections": "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": {
"dependencies": {
"Microsoft.CSharp": "4.0.1-*",
"System.Collections": "4.0.11-*",
"System.Globalization": "4.0.11-*",
"System.Reflection": "4.0.11-*",
"System.Runtime": "4.0.21-*"
"System.Globalization": "4.0.11-*"
}
}
}

View File

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

View File

@ -3,8 +3,8 @@
"version": "1.0.0-*",
"compilationOptions": {
"warningsAsErrors": true
},
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNet.Localization": "1.0.0-*",

View File

@ -1,25 +1,17 @@
{
"compilationOptions": {
"warningsAsErrors": true
},
"warningsAsErrors": true
},
"commands": {
"test": "xunit.runner.aspnet"
},
"dependencies": {
"Microsoft.AspNet.Server.Testing": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"Microsoft.AspNet.Server.Testing": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"frameworks": {
"dnx451": { },
"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-*"
}
}
"dnxcore50": { }
}
}

View File

@ -1,10 +1,13 @@
{
"dependencies": {
"Microsoft.AspNet.Localization": "1.0.0-*",
"Microsoft.AspNet.TestHost": "1.0.0-*",
"xunit": "2.1.0-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNet.Localization": "1.0.0-*",
"Microsoft.AspNet.TestHost": "1.0.0-*",
"xunit": "2.1.0-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }

View File

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