Renamed configurations to frameworks in project.json
This commit is contained in:
parent
221a8f4f50
commit
91ee6ed484
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"dependencies": {
|
||||
"Helios" : "1.0.0-*",
|
||||
"Microsoft.AspNet.Diagnostics": "",
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
"Microsoft.AspNet.Server.WebListener": "1.0.0-*"
|
||||
},
|
||||
"commands": { "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001" },
|
||||
"configurations": {
|
||||
"frameworks": {
|
||||
"net45": {},
|
||||
"k10": {
|
||||
"dependencies": {
|
||||
|
|
@ -30,4 +30,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"dependencies": {
|
||||
"Helios" : "1.0.0-*",
|
||||
"Microsoft.AspNet.Diagnostics": "",
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
"Microsoft.AspNet.Server.WebListener": "1.0.0-*"
|
||||
},
|
||||
"commands": { "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001" },
|
||||
"configurations": {
|
||||
"frameworks": {
|
||||
"net45": { },
|
||||
"k10": {
|
||||
"dependencies": {
|
||||
|
|
@ -30,4 +30,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
{
|
||||
"version": "1.0.0-*",
|
||||
"dependencies": {
|
||||
"Microsoft.AspNet.FeatureModel": "1.0.0-*",
|
||||
"Microsoft.AspNet.Http": "1.0.0-*",
|
||||
"Microsoft.AspNet.PipelineCore": "1.0.0-*"
|
||||
},
|
||||
"configurations": {
|
||||
"frameworks": {
|
||||
"net45": {},
|
||||
"k10": {
|
||||
"dependencies": {
|
||||
|
|
@ -26,4 +26,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*"
|
||||
},
|
||||
|
||||
"configurations" : {
|
||||
"frameworks" : {
|
||||
"net45" : {
|
||||
"dependencies": {
|
||||
"System.Runtime": ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue