Renamed configurations to frameworks in project.json

This commit is contained in:
David Fowler 2014-07-13 22:31:03 -07:00
parent ff9e21b647
commit efd225a9cd
3 changed files with 6 additions and 6 deletions

View File

@ -21,7 +21,7 @@
"web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.urls http://localhost:5002",
"run": "run server.urls=http://localhost:5003"
},
"configurations": {
"frameworks": {
"net451": { },
"k10": { }
}

View File

@ -1,4 +1,4 @@
{
{
"authors": [
"Microsoft"
],
@ -23,7 +23,7 @@
"Kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5004",
"run": "run server.urls=http://localhost:5003"
},
"configurations": {
"frameworks": {
"net451": { },
"k10": { }
}

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"test": "Xunit.KRunner"
},
@ -7,7 +7,7 @@
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*",
"Xunit.KRunner": "1.0.0-*"
},
"configurations": {
"frameworks": {
"net45": {
"dependencies": {
"System.Runtime": "",
@ -19,4 +19,4 @@
}
}
}
}
}