Fix the project.json indentation in Using Commands
parent
27b8d18d35
commit
e440f282ae
|
@ -16,9 +16,9 @@ In the ``commands`` section of the below *project.json* example, four commands a
|
||||||
.. code-block:: json
|
.. code-block:: json
|
||||||
|
|
||||||
{
|
{
|
||||||
"webroot": "wwwroot",
|
"webroot": "wwwroot",
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Kestrel": "1.0.0-beta7",
|
"Kestrel": "1.0.0-beta7",
|
||||||
"Microsoft.AspNet.Diagnostics": "1.0.0-beta7",
|
"Microsoft.AspNet.Diagnostics": "1.0.0-beta7",
|
||||||
|
@ -28,10 +28,10 @@ In the ``commands`` section of the below *project.json* example, four commands a
|
||||||
"Microsoft.AspNet.StaticFiles": "1.0.0-beta7"
|
"Microsoft.AspNet.StaticFiles": "1.0.0-beta7"
|
||||||
},
|
},
|
||||||
"commands": {
|
"commands": {
|
||||||
"web": "Microsoft.AspNet.Hosting --config hosting.ini",
|
"web": "Microsoft.AspNet.Hosting --config hosting.ini",
|
||||||
"kestrel": "Microsoft.AspNet.Hosting --config hosting.ini",
|
"kestrel": "Microsoft.AspNet.Hosting --config hosting.ini",
|
||||||
"gen": "Microsoft.Framework.CodeGeneration",
|
"gen": "Microsoft.Framework.CodeGeneration",
|
||||||
"ef": "EntityFramework.Commands"
|
"ef": "EntityFramework.Commands"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"dnx451": { },
|
"dnx451": { },
|
||||||
|
|
Loading…
Reference in New Issue