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

  1. {
  2. "version": "1.0.0-*",
  3. "dependencies": {
  4. "Microsoft.NETCore.App": {
  5. "type": "platform",
  6. "version": "1.1.0"
  7. },
  8. "MediatR": "2.1.0",
  9. "Moq": "4.6.38-alpha",
  10. "xunit": "2.2.0-beta4-build3444",
  11. "Microsoft.AspNetCore.TestHost": "1.1.0",
  12. "dotnet-test-xunit": "2.2.0-preview2-build1029",
  13. "Ordering.API": "1.0.0-*",
  14. "Ordering.Infrastructure": "1.0.0-*",
  15. "Ordering.Domain": "1.0.0-*"
  16. },
  17. "testRunner": "xunit",
  18. "frameworks": {
  19. "netcoreapp1.1": {
  20. "imports": [
  21. "netstandard1.6.1",
  22. "dnxcore50",
  23. "portable-net451+win8"
  24. ]
  25. }
  26. }
  27. }