PageRenderTime 43ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/Source/Examples/Example.BindingFailure/project.json

http://github.com/machine/machine.specifications
JSON | 34 lines | 34 code | 0 blank | 0 comment | 0 complexity | ce2d48243359c17db537f73ae60c9497 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. },
  12. "testRunner": "mspec",
  13. "frameworks": {
  14. "net45": {},
  15. "netcoreapp1.0": {
  16. "dependencies": {
  17. "Microsoft.NETCore.App": {
  18. "version": "1.*",
  19. "type": "platform"
  20. }
  21. }
  22. }
  23. },
  24. "dependencies": {
  25. "FluentAssertions": "4.12.0",
  26. "dotnet-test-mspec": "0.2-*",
  27. "Machine.Specifications": {
  28. "target": "project"
  29. },
  30. "Example.BindingFailure.Ref": {
  31. "target": "project"
  32. }
  33. }
  34. }