Renamed configurations to frameworks in project.json
This commit is contained in:
parent
27d6a735af
commit
f696a06012
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
{
|
||||
"dependencies": {
|
||||
"Helios": "1.0.0-*",
|
||||
"Microsoft.AspNet.Routing" : "",
|
||||
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
|
||||
"Microsoft.Framework.OptionsModel": "1.0.0-*"
|
||||
},
|
||||
"configurations": {
|
||||
"frameworks": {
|
||||
"net45": { },
|
||||
"k10": {
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"version": "1.0.0-*",
|
||||
"compilationOptions": {
|
||||
"warningsAsErrors": true
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
|
||||
"Microsoft.Framework.OptionsModel": "1.0.0-*"
|
||||
},
|
||||
"configurations": {
|
||||
"frameworks": {
|
||||
"net45": {},
|
||||
"k10": {
|
||||
"dependencies": {
|
||||
|
|
@ -31,4 +31,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"compilationOptions": {
|
||||
"warningsAsErrors": true
|
||||
},
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
"Microsoft.AspNet.Testing" : "1.0.0-*",
|
||||
"Xunit.KRunner": "1.0.0-*"
|
||||
},
|
||||
"configurations": {
|
||||
"frameworks": {
|
||||
"k10": {
|
||||
"dependencies": {
|
||||
"System.Collections": "4.0.0.0",
|
||||
|
|
@ -30,4 +30,4 @@
|
|||
"commands": {
|
||||
"test": "Xunit.KRunner"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue