Renamed configurations to frameworks in project.json

This commit is contained in:
David Fowler 2014-07-13 21:46:00 -07:00
parent 221a8f4f50
commit 91ee6ed484
4 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Helios" : "1.0.0-*",
"Microsoft.AspNet.Diagnostics": "",
@ -8,7 +8,7 @@
"Microsoft.AspNet.Server.WebListener": "1.0.0-*"
},
"commands": { "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001" },
"configurations": {
"frameworks": {
"net45": {},
"k10": {
"dependencies": {
@ -30,4 +30,4 @@
}
}
}
}
}

View File

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Helios" : "1.0.0-*",
"Microsoft.AspNet.Diagnostics": "",
@ -8,7 +8,7 @@
"Microsoft.AspNet.Server.WebListener": "1.0.0-*"
},
"commands": { "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001" },
"configurations": {
"frameworks": {
"net45": { },
"k10": {
"dependencies": {
@ -30,4 +30,4 @@
}
}
}
}
}

View File

@ -1,11 +1,11 @@
{
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNet.FeatureModel": "1.0.0-*",
"Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.PipelineCore": "1.0.0-*"
},
"configurations": {
"frameworks": {
"net45": {},
"k10": {
"dependencies": {
@ -26,4 +26,4 @@
}
}
}
}
}

View File

@ -6,7 +6,7 @@
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*"
},
"configurations" : {
"frameworks" : {
"net45" : {
"dependencies": {
"System.Runtime": ""