PageRenderTime 52ms CodeModel.GetById 28ms RepoModel.GetById 0ms app.codeStats 0ms

/Source/Examples/Example.UsingExternalFile/project.json

http://github.com/machine/machine.specifications
JSON | 34 lines | 34 code | 0 blank | 0 comment | 0 complexity | 32aaab6551431b90ef70a13c8619c110 MD5 | raw file
Possible License(s): Apache-2.0, GPL-2.0, LGPL-2.1, BSD-3-Clause, MIT, CC-BY-SA-3.0
  1. {
  2. "version": "1-*",
  3. "buildOptions": {
  4. "nowarn": [
  5. "169"
  6. ],
  7. "define": [
  8. "DEBUG",
  9. "TRACE"
  10. ],
  11. "copyToOutput": [
  12. "TestData.txt"
  13. ]
  14. },
  15. "testRunner": "mspec",
  16. "frameworks": {
  17. "net45": { },
  18. "netcoreapp1.0": {
  19. "dependencies": {
  20. "Microsoft.NETCore.App": {
  21. "version": "1.*",
  22. "type": "platform"
  23. }
  24. }
  25. }
  26. },
  27. "dependencies": {
  28. "FluentAssertions": "4.12.0",
  29. "Machine.Specifications": {
  30. "target": "project"
  31. },
  32. "dotnet-test-mspec": "0.2-*"
  33. }
  34. }