project.json 669 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "dependencies": {
  3. "dotnet-test-xunit": "2.2.0-*",
  4. "Microsoft.AspNetCore.DataProtection.Abstractions": "1.1.0-*",
  5. "Microsoft.AspNetCore.DataProtection.Redis": "0.1.0-*",
  6. "Microsoft.AspNetCore.Testing": "1.1.0-*",
  7. "Moq": "4.6.36-*",
  8. "xunit": "2.2.0-*"
  9. },
  10. "frameworks": {
  11. "netcoreapp1.1": {
  12. "dependencies": {
  13. "Microsoft.NETCore.App": {
  14. "version": "1.1.0-*",
  15. "type": "platform"
  16. }
  17. }
  18. },
  19. "net451": {}
  20. },
  21. "testRunner": "xunit",
  22. "buildOptions": {
  23. "warningsAsErrors": true,
  24. "keyFile": "../../tools/Key.snk",
  25. "compile": {
  26. "include": "../common/**/*.cs"
  27. }
  28. }
  29. }