project.json 786 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "dependencies": {
  3. "dotnet-test-xunit": "2.2.0-*",
  4. "Microsoft.AspNetCore.DataProtection": "1.1.0-*",
  5. "Microsoft.AspNetCore.DataProtection.Test.Shared": {
  6. "type": "build",
  7. "version": "1.0.0-*"
  8. },
  9. "Microsoft.AspNetCore.Testing": "1.1.0-*",
  10. "Microsoft.Extensions.DependencyInjection": "1.1.0-*",
  11. "Moq": "4.6.36-*",
  12. "xunit": "2.2.0-*"
  13. },
  14. "frameworks": {
  15. "netcoreapp1.0": {
  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. "allowUnsafe": true,
  29. "warningsAsErrors": true,
  30. "keyFile": "../../tools/Key.snk"
  31. }
  32. }