Renamed configurations to frameworks in project.json

This commit is contained in:
David Fowler 2014-07-13 21:54:32 -07:00
parent ba5ca5602e
commit e91b299ce1
8 changed files with 24 additions and 24 deletions

View File

@ -1,4 +1,4 @@
{
{
"version": "3.0.0-*",
"dependencies": {
"Microsoft.AspNet.Http" : "1.0.0-*",
@ -7,7 +7,7 @@
"Microsoft.Framework.DependencyInjection" : "1.0.0-*",
"System.Security.Claims" : "1.0.0-*"
},
"configurations": {
"frameworks": {
"net45": {},
"k10": {
"dependencies": {
@ -28,4 +28,4 @@
}
}
}
}
}

View File

@ -1,11 +1,11 @@
{
{
"version": "3.0.0-*",
"dependencies": {
"Microsoft.AspNet.Identity": "",
"EntityFramework.SqlServer": "7.0.0-*",
"System.Security.Claims" : "1.0.0-*"
},
"configurations": {
"frameworks": {
"net451": {
"dependencies": {
"System.Collections": "",
@ -32,4 +32,4 @@
}
}
}
}
}

View File

@ -1,4 +1,4 @@
{
{
"version": "3.0.0-*",
"dependencies": {
"Microsoft.Framework.ConfigurationModel": "1.0.0-*",
@ -6,7 +6,7 @@
"Microsoft.Framework.OptionsModel": "1.0.0-*",
"System.Security.Claims" : "1.0.0-*"
},
"configurations": {
"frameworks": {
"net45": {},
"k10": {
"dependencies": {
@ -30,4 +30,4 @@
}
}
}
}
}

View File

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.FeatureModel" : "1.0.0-*",
"Microsoft.AspNet.Http" : "1.0.0-*",
@ -18,7 +18,7 @@
"Xunit.KRunner": "1.0.0-*"
},
"code": "**\\*.cs;..\\Shared\\*.cs",
"configurations": {
"frameworks": {
"net45": {
"dependencies": {
"Moq" : "4.2.1312.1622",
@ -30,4 +30,4 @@
"commands": {
"test": "Xunit.KRunner"
}
}
}

View File

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.Identity": "",
@ -13,7 +13,7 @@
"Xunit.KRunner": "1.0.0-*"
},
"code": "**\\*.cs;..\\Shared\\*.cs",
"configurations": {
"frameworks": {
"net451": {
"dependencies": {
"Moq" : "4.2.1312.1622",
@ -26,4 +26,4 @@
"commands": {
"test": "Xunit.KRunner"
}
}
}

View File

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.Identity": "",
@ -14,7 +14,7 @@
"Xunit.KRunner": "1.0.0-*"
},
"code": "**\\*.cs;..\\Shared\\*.cs",
"configurations": {
"frameworks": {
"net451": {
"dependencies": {
"Moq" : "4.2.1312.1622",
@ -27,4 +27,4 @@
"commands": {
"test": "Xunit.KRunner"
}
}
}

View File

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.Http" : "1.0.0-*",
"Microsoft.AspNet.Identity" : "",
@ -14,7 +14,7 @@
"Xunit.KRunner": "1.0.0-*"
},
"code": "**\\*.cs;..\\Shared\\*.cs",
"configurations": {
"frameworks": {
"net45": {
"dependencies": {
"Moq" : "4.2.1312.1622",
@ -26,4 +26,4 @@
"commands": {
"test": "Xunit.KRunner"
}
}
}

View File

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.Http" : "1.0.0-*",
"Microsoft.AspNet.Identity" : "",
@ -11,7 +11,7 @@
"Xunit.KRunner": "1.0.0-*"
},
"code": "**\\*.cs;..\\Shared\\*.cs",
"configurations": {
"frameworks": {
"net45": {
"dependencies": {
"Moq" : "4.2.1312.1622",
@ -23,4 +23,4 @@
"commands": {
"test": "Xunit.KRunner"
}
}
}