Renamed configurations to frameworks in project.json

This commit is contained in:
David Fowler 2014-07-13 22:01:33 -07:00
parent 287eebe244
commit ea98a50e43
4 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNet.FeatureModel": "1.0.0-*", "Microsoft.AspNet.FeatureModel": "1.0.0-*",
"Microsoft.AspNet.Hosting": "1.0.0-*", "Microsoft.AspNet.Hosting": "1.0.0-*",
@ -12,7 +12,7 @@
"Microsoft.Framework.DependencyInjection": "1.0.0-*" "Microsoft.Framework.DependencyInjection": "1.0.0-*"
}, },
"commands": { "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:12345" }, "commands": { "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:12345" },
"configurations": { "frameworks": {
"net45": { "net45": {
}, },
"k10": { "k10": {
@ -33,4 +33,4 @@
} }
} }
} }
} }

View File

@ -1,4 +1,4 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"Microsoft.AspNet.FeatureModel": "1.0.0-*", "Microsoft.AspNet.FeatureModel": "1.0.0-*",
@ -12,7 +12,7 @@
"Microsoft.Framework.Logging": "1.0.0-*", "Microsoft.Framework.Logging": "1.0.0-*",
"Newtonsoft.Json": "5.0.8" "Newtonsoft.Json": "5.0.8"
}, },
"configurations": { "frameworks": {
"net45": {}, "net45": {},
"k10": { "k10": {
"dependencies": { "dependencies": {
@ -37,4 +37,4 @@
} }
} }
} }
} }

View File

@ -1,4 +1,4 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"Microsoft.AspNet.FeatureModel": "1.0.0-*", "Microsoft.AspNet.FeatureModel": "1.0.0-*",
@ -9,7 +9,7 @@
"Microsoft.Framework.DependencyInjection": "1.0.0-*", "Microsoft.Framework.DependencyInjection": "1.0.0-*",
"Microsoft.Framework.Logging": "1.0.0-*" "Microsoft.Framework.Logging": "1.0.0-*"
}, },
"configurations": { "frameworks": {
"net45": {}, "net45": {},
"k10": { "k10": {
"dependencies": { "dependencies": {
@ -35,4 +35,4 @@
} }
} }
} }
} }

View File

@ -1,4 +1,4 @@
{ {
"compilationOptions": { "compilationOptions": {
"warningsAsErrors": true "warningsAsErrors": true
}, },
@ -10,7 +10,7 @@
"commands": { "commands": {
"test": "Xunit.KRunner" "test": "Xunit.KRunner"
}, },
"configurations": { "frameworks": {
"net45": { "net45": {
"dependencies": { "dependencies": {
"System.Runtime": "" "System.Runtime": ""