Renamed configurations to frameworks in project.json
This commit is contained in:
parent
04f3e5283d
commit
25efba7563
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
{
|
||||
"dependencies": {
|
||||
"Helios": "1.0.0-*",
|
||||
"Microsoft.AspNet.FileSystems": "1.0.0-*",
|
||||
"Microsoft.AspNet.Http": "1.0.0-*",
|
||||
"Microsoft.AspNet.StaticFiles": ""
|
||||
},
|
||||
"configurations": {
|
||||
"frameworks": {
|
||||
"net45": {
|
||||
},
|
||||
"k10": {
|
||||
|
|
@ -15,4 +15,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
{
|
||||
"version": "1.0.0-*",
|
||||
"dependencies": {
|
||||
"Microsoft.AspNet.FileSystems": "1.0.0-*",
|
||||
"Microsoft.AspNet.Http": "1.0.0-*",
|
||||
"Microsoft.AspNet.HttpFeature": "1.0.0-*"
|
||||
},
|
||||
"configurations": {
|
||||
"frameworks": {
|
||||
"net45": {},
|
||||
"k10": {
|
||||
"dependencies": {
|
||||
|
|
@ -26,4 +26,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue