project.json 541 B

12345678910111213141516171819202122232425262728
  1. {
  2. "title": "SignatureDataConversion Tests",
  3. "description": "jSignature Tools",
  4. "copyright": "Copyright © 2016 by jSignature",
  5. "version": "2.0.0",
  6. "language": "en",
  7. "buildOptions": {
  8. "emitEntryPoint": true,
  9. "defines": [ "DEBUG" ]
  10. },
  11. "dependencies": {
  12. "Microsoft.NETCore.App": {
  13. "type": "platform",
  14. "version": "1.0.0"
  15. },
  16. "NUnit": "3.4.1",
  17. "NUnitLite": "3.4.1",
  18. "SignatureDataConversion": "2.0.0"
  19. },
  20. "frameworks": {
  21. "netcoreapp1.0": {
  22. "imports": "dnxcore50"
  23. }
  24. }
  25. }