project.json 780 B

12345678910111213141516171819202122232425262728293031
  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.36-*",
  12. "xunit": "2.2.0-*"
  13. },
  14. "frameworks": {
  15. "netcoreapp1.1": {
  16. "dependencies": {
  17. "Microsoft.NETCore.App": {
  18. "version": "1.1.0-*",
  19. "type": "platform"
  20. },
  21. "System.Diagnostics.TraceSource": "4.3.0-*"
  22. }
  23. },
  24. "net451": {}
  25. },
  26. "testRunner": "xunit",
  27. "buildOptions": {
  28. "warningsAsErrors": true,
  29. "keyFile": "../../tools/Key.snk"
  30. }
  31. }