project.json 458 B

123456789101112131415161718192021
  1. {
  2. "version": "1.0.0-*",
  3. "testRunner": "xunit",
  4. "dependencies": {
  5. "Jint": "*",
  6. "xunit": "2.2.0-*",
  7. "dotnet-test-xunit": "2.2.0-preview2-build1029"
  8. },
  9. "buildOptions": { "embed": [ "Runtime/Scripts/*.*", "Parser/Scripts/*.*" ] },
  10. "frameworks": {
  11. "netcoreapp1.0": {
  12. "dependencies": {
  13. "Microsoft.NETCore.App": {
  14. "version": "1.0.0",
  15. "type": "platform"
  16. }
  17. }
  18. },
  19. "net451": {}
  20. }
  21. }