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.

35 lines
716 B

  1. {
  2. "version": "1.0.0-*",
  3. "dependencies": {
  4. "Microsoft.NETCore.App": {
  5. "type": "platform",
  6. "version": "1.1.0"
  7. },
  8. "Microsoft.AspNetCore.TestHost": "1.1.0",
  9. "dotnet-test-xunit": "2.2.0-preview2-build1029",
  10. "Microsoft.DotNet.InternalAbstractions": "1.0.0",
  11. "xunit": "2.2.0-beta4-build3444",
  12. "Catalog.API": "1.0.0-*",
  13. "Ordering.API": "1.0.0-*"
  14. },
  15. "testRunner": "xunit",
  16. //"runtimes": {
  17. // "win10-x64": {}
  18. //},
  19. "frameworks": {
  20. "netcoreapp1.1": {
  21. "imports": [
  22. "netstandard1.6.1",
  23. "dnxcore50",
  24. "portable-net451+win8"
  25. ]
  26. }
  27. },
  28. "publishOptions": {
  29. "include": [
  30. "settings.json",
  31. "web.config"
  32. ]
  33. }
  34. }