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
530 B

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