project.json 676 B

123456789101112131415161718192021222324252627
  1. {
  2. "dependencies": {
  3. "dotnet-test-xunit": "2.2.0-*",
  4. "Microsoft.AspNetCore.Cryptography.Internal": "1.1.0-*",
  5. "Microsoft.AspNetCore.Cryptography.KeyDerivation": "1.1.0-*",
  6. "Microsoft.AspNetCore.DataProtection.Test.Shared": "1.0.0-*",
  7. "Microsoft.AspNetCore.Testing": "1.1.0-*",
  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. "allowUnsafe": true,
  24. "warningsAsErrors": true,
  25. "keyFile": "../../tools/Key.snk"
  26. }
  27. }