Fixed test projects

- Removed bogus reference to configuration
This commit is contained in:
David Fowler 2014-09-15 01:27:27 -07:00
parent 775a780f49
commit 70e809a430
3 changed files with 3 additions and 6 deletions

View File

@ -2,8 +2,7 @@
"dependencies": { "dependencies": {
"Microsoft.AspNet.Mvc": "", "Microsoft.AspNet.Mvc": "",
"Microsoft.AspNet.Server.IIS": "1.0.0-*", "Microsoft.AspNet.Server.IIS": "1.0.0-*",
"Microsoft.AspNet.Mvc.TestConfiguration": "", "Microsoft.AspNet.Mvc.TestConfiguration": ""
"Microsoft.Framework.ConfigurationModel": ""
}, },
"frameworks": { "frameworks": {
"aspnet50": { }, "aspnet50": { },

View File

@ -2,8 +2,7 @@
"dependencies": { "dependencies": {
"Microsoft.AspNet.Mvc": "", "Microsoft.AspNet.Mvc": "",
"Microsoft.AspNet.Server.IIS": "1.0.0-*", "Microsoft.AspNet.Server.IIS": "1.0.0-*",
"Microsoft.AspNet.Mvc.TestConfiguration": "", "Microsoft.AspNet.Mvc.TestConfiguration": ""
"Microsoft.Framework.ConfigurationModel": ""
}, },
"frameworks": { "frameworks": {
"aspnet50": { }, "aspnet50": { },

View File

@ -2,8 +2,7 @@
"dependencies": { "dependencies": {
"Microsoft.AspNet.Mvc": "", "Microsoft.AspNet.Mvc": "",
"Microsoft.AspNet.Server.IIS": "1.0.0-*", "Microsoft.AspNet.Server.IIS": "1.0.0-*",
"Microsoft.AspNet.Mvc.TestConfiguration": "", "Microsoft.AspNet.Mvc.TestConfiguration": ""
"Microsoft.Framework.ConfigurationModel": ""
}, },
"configurations": { "configurations": {
"aspnet50": { }, "aspnet50": { },