Fix the project.json indentation in Using Commands

pull/1112/merge
James Ko 2016-03-20 10:06:08 -04:00 committed by Sourabh Shirhatti
parent 27b8d18d35
commit e440f282ae
1 changed files with 7 additions and 7 deletions

View File

@ -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": { },