You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
489 B

  1. {
  2. "version": "1.0.0-*",
  3. "dependencies": {
  4. "MediatR": "2.1.0",
  5. "Moq": "4.6.38-alpha",
  6. "Microsoft.NETCore.App": "1.1.0",
  7. "xunit": "2.2.0-beta4-build3444",
  8. "Ordering.API": "1.0.0-*",
  9. "Catalog.API": "1.0.0-*",
  10. "Microsoft.AspNetCore.TestHost": "1.1.0",
  11. "dotnet-test-xunit": "2.2.0-preview2-build1029"
  12. },
  13. "testRunner": "xunit",
  14. "runtimes": {
  15. "win10-x64": {}
  16. },
  17. "frameworks": {
  18. "netcoreapp1.0": {
  19. "dependencies": {
  20. }
  21. }
  22. }
  23. }