Renamed configurations to frameworks in project.json

This commit is contained in:
David Fowler 2014-09-24 01:28:18 -07:00
parent f2dab5eaa7
commit 71964a813c
6 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@
"commands": {
"test": "Xunit.KRunner"
},
"configurations": {
"frameworks": {
"aspnet50": {
"dependencies": {
"System.Runtime": "4.0.20.0"

View File

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.Mvc": "",
"Microsoft.AspNet.Server.IIS": "1.0.0-*",

View File

@ -3,7 +3,7 @@
"Microsoft.AspNet.Mvc": "",
"Microsoft.AspNet.Mvc.TestConfiguration": ""
},
"configurations": {
"frameworks": {
"aspnet50": {
"dependencies": {
"System.Xml": ""

View File

@ -3,7 +3,7 @@
"Microsoft.AspNet.Mvc": "",
"Microsoft.AspNet.Mvc.TestConfiguration": ""
},
"configurations": {
"frameworks": {
"aspnet50": { },
"aspnetcore50": { }
}

View File

@ -4,7 +4,7 @@
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
"Microsoft.AspNet.Mvc.TestConfiguration": ""
},
"configurations": {
"frameworks": {
"aspnet50": { },
"aspnetcore50": { }
}

View File

@ -3,7 +3,7 @@
"Microsoft.AspNet.Mvc": "",
"Microsoft.AspNet.Mvc.TestConfiguration": ""
},
"configurations": {
"frameworks": {
"aspnet50": { },
"aspnetcore50": { }
}