Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. {
  2. "version": "1.0.0-*",
  3. "buildOptions": {
  4. "debugType": "portable"
  5. },
  6. "dependencies": {
  7. "Microsoft.EntityFrameworkCore": "1.0.1",
  8. "Npgsql.EntityFrameworkCore.PostgreSQL": "1.0.2",
  9. "System.Collections":"4.0.11",
  10. "System.ComponentModel": "4.0.1",
  11. "System.ComponentModel.Annotations": "4.1.0"
  12. },
  13. "frameworks": {
  14. "netstandard1.6": {
  15. "dependencies": {
  16. "NETStandard.Library": "1.6.0"
  17. }
  18. }
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement