Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. {
  2. "version": "1.0.0-*",
  3. "buildOptions": {
  4. "emitEntryPoint": true
  5. },
  6.  
  7. "dependencies": {
  8. "Microsoft.NETCore.App": "1.0.1",
  9. "Nancy": "2.0.0-barneyrubble"
  10. },
  11.  
  12. "frameworks": {
  13. "netcoreapp1.0": {
  14. "imports": "dnxcore50"
  15. }
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement