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.

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