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.

25 lines
489 B

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