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.

28 lines
558 B

  1. {
  2. "version": "1.0.0-*",
  3. "dependencies": {
  4. "xunit": "2.2.0-beta2-build3300",
  5. "Ordering.API": "1.0.0-*",
  6. "Microsoft.AspNetCore.TestHost": "1.1.0",
  7. "dotnet-test-xunit": "2.2.0-preview2-build1029",
  8. "Catalog.API": "1.0.0-*"
  9. },
  10. "testRunner": "xunit",
  11. "frameworks": {
  12. "netcoreapp1.0": {
  13. "dependencies": {
  14. "Microsoft.NETCore.App": {
  15. "type": "platform",
  16. "version": "1.0.1"
  17. }
  18. }
  19. }
  20. },
  21. "publishOptions": {
  22. "include": [
  23. "settings.json",
  24. "web.config"
  25. ]
  26. }
  27. }