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.

30 lines
708 B

  1. {
  2. "version": "1.0.0-*",
  3. "buildOptions": {
  4. "debugType": "portable"
  5. },
  6. "dependencies": {
  7. "System.Runtime.Serialization.Primitives": "4.1.1",
  8. "xunit": "2.1.0",
  9. "dotnet-test-xunit": "2.2.0-preview2-build1029",
  10. "Ordering.Domain": "1.0.0-*",
  11. "Ordering.SqlData": "1.0.0-*",
  12. "Microsoft.EntityFrameworkCore.SqlServer": "1.0.0",
  13. "Microsoft.EntityFrameworkCore.InMemory": "1.0.0"
  14. },
  15. "testRunner": "xunit",
  16. "frameworks": {
  17. "netcoreapp1.0": {
  18. "dependencies": {
  19. "Microsoft.NETCore.App": {
  20. "type": "platform",
  21. "version": "1.0.0"
  22. }
  23. },
  24. "imports": [
  25. "dotnet5.4",
  26. "portable-net451+win8"
  27. ]
  28. }
  29. }
  30. }