Advertisement
Dennisaa

VSCode snippet for project.json

Jan 19th, 2016
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.71 KB | None | 0 0
  1.  "Basic project.json file": {
  2.         "prefix": "PJson",
  3.         "body": [
  4.             "{",
  5.                 "\t\"dependencies\": {",
  6.                    
  7.                "\t},",
  8.                 "\t\"commands\": {",
  9.                     "\t\t\"run\": \"run\"",
  10.                "\t},",
  11.                "\t\"frameworks\": {",
  12.                "\t\t\"dnx451\": {},",    
  13.                   "\t\t\"dnxcore50\": {",
  14.                   "\t\t\t\"dependencies\": {",
  15.                     "\t\t\t\t\"System.Console\": \"4.0.0-beta-23516\"",
  16.                     "\t\t\t}",  
  17.                "\t\t}",                
  18.                "\t}",
  19.             "}"
  20.         ],
  21.         "description": "Basic project.json file template"
  22.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement