project.json 811 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "dependencies": {
  3. "dotnet-test-xunit": "2.2.0-*",
  4. "Microsoft.AspNetCore.DataProtection.Abstractions": "1.1.0-*",
  5. "Microsoft.AspNetCore.DataProtection.Extensions": "1.1.0-*",
  6. "Microsoft.AspNetCore.DataProtection.Test.Shared": {
  7. "type": "build",
  8. "version": "1.0.0-*"
  9. },
  10. "Microsoft.AspNetCore.Testing": "1.1.0-*",
  11. "Moq": "4.6.25-*",
  12. "xunit": "2.2.0-*"
  13. },
  14. "frameworks": {
  15. "netcoreapp1.0": {
  16. "dependencies": {
  17. "Microsoft.NETCore.App": {
  18. "version": "1.0.0-*",
  19. "type": "platform"
  20. },
  21. "System.Diagnostics.TraceSource": "4.0.0-*"
  22. },
  23. "imports": "dotnet5.4"
  24. },
  25. "net451": {}
  26. },
  27. "testRunner": "xunit",
  28. "buildOptions": {
  29. "warningsAsErrors": true,
  30. "keyFile": "../../tools/Key.snk"
  31. }
  32. }