Advertisement
Dennisaa

Calleree02

Nov 26th, 2015
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.67 KB | None | 0 0
  1. {
  2.   "version": "1.0.0-*",
  3.   "description": "ConsoleApp2 Console Application",
  4.   "authors": [ "Dennis" ],
  5.   "tags": [ "" ],
  6.   "projectUrl": "",
  7.   "licenseUrl": "",
  8.  
  9.   "dependencies": {
  10.     "Callee" : ""
  11.   },
  12.  
  13.   "commands": {
  14.   },
  15.  
  16.   "frameworks": {
  17.     "dnxcore50": {
  18.       "dependencies": {
  19.         "System.Console": "4.0.0-beta-23019"
  20.       }
  21.     }
  22.   }
  23. }
  24.  
  25. {
  26.   "version": "1.0.0-*",
  27.   "description": "The Callee or Called Application",
  28.   "authors": [ "Dennis" ],
  29.   "tags": [ "" ],
  30.   "projectUrl": "",
  31.   "licenseUrl": "",
  32.  
  33.   "frameworks": {
  34.     "dnxcore50": {
  35.       "dependencies": {
  36.         "System.Console": "4.0.0-beta-23427"
  37.       }
  38.     }
  39.   }
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement