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,8 +16,8 @@ In the ``commands`` section of the below *project.json* example, four commands a
.. code-block:: json
{
"webroot": "wwwroot",
"version": "1.0.0-*",
"webroot": "wwwroot",
"version": "1.0.0-*",
"dependencies": {
"Kestrel": "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"
},
"commands": {
"web": "Microsoft.AspNet.Hosting --config hosting.ini",
"kestrel": "Microsoft.AspNet.Hosting --config hosting.ini",
"gen": "Microsoft.Framework.CodeGeneration",
"ef": "EntityFramework.Commands"
"web": "Microsoft.AspNet.Hosting --config hosting.ini",
"kestrel": "Microsoft.AspNet.Hosting --config hosting.ini",
"gen": "Microsoft.Framework.CodeGeneration",
"ef": "EntityFramework.Commands"
},
"frameworks": {
"dnx451": { },