PageRenderTime 49ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/Source/Examples/Example.CustomDelegates/project.json

http://github.com/machine/machine.specifications
JSON | 31 lines | 31 code | 0 blank | 0 comment | 0 complexity | d7761bdd66ac91e685192502eb56183c 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.0.0",
  19. "type": "platform"
  20. }
  21. }
  22. }
  23. },
  24. "dependencies": {
  25. "FluentAssertions": "4.12.0",
  26. "Machine.Specifications": {
  27. "target": "project"
  28. },
  29. "dotnet-test-mspec": "0.2-*"
  30. }
  31. }