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

View File

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

View File

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

View File

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