Renamed configurations to frameworks in project.json
This commit is contained in:
parent
ff9e21b647
commit
efd225a9cd
|
|
@ -21,7 +21,7 @@
|
|||
"web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.urls http://localhost:5002",
|
||||
"run": "run server.urls=http://localhost:5003"
|
||||
},
|
||||
"configurations": {
|
||||
"frameworks": {
|
||||
"net451": { },
|
||||
"k10": { }
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"authors": [
|
||||
"Microsoft"
|
||||
],
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
"Kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5004",
|
||||
"run": "run server.urls=http://localhost:5003"
|
||||
},
|
||||
"configurations": {
|
||||
"frameworks": {
|
||||
"net451": { },
|
||||
"k10": { }
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"commands": {
|
||||
"test": "Xunit.KRunner"
|
||||
},
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*",
|
||||
"Xunit.KRunner": "1.0.0-*"
|
||||
},
|
||||
"configurations": {
|
||||
"frameworks": {
|
||||
"net45": {
|
||||
"dependencies": {
|
||||
"System.Runtime": "",
|
||||
|
|
@ -19,4 +19,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue