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.

project.json 695B

12345678910111213141516171819202122232425262728
  1. {
  2. "version": "0.1.0",
  3. "buildOptions": {
  4. "debugType": "portable"
  5. },
  6. "dependencies": {
  7. "dotnet-test-xunit": "1.0.0-rc2-*",
  8. "Luticate2.Utils": "0.4.*",
  9. "Moq": "4.6.38-alpha",
  10. "System.Runtime.Serialization.Primitives": "4.1.1",
  11. "xunit": "2.1.0"
  12. },
  13. "testRunner": "xunit",
  14. "frameworks": {
  15. "netcoreapp1.0": {
  16. "dependencies": {
  17. "Microsoft.NETCore.App": {
  18. "type": "platform",
  19. "version": "1.0.1"
  20. }
  21. },
  22. "imports": [
  23. "dotnet5.4",
  24. "portable-net451+win8"
  25. ]
  26. }
  27. }
  28. }