project.json 759 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "dependencies": {
  3. "Microsoft.AspNetCore.Cryptography.Internal": "1.0.0-*",
  4. "Microsoft.AspNetCore.DataProtection.Test.Shared": {
  5. "type": "build",
  6. "version": "1.0.0-*"
  7. },
  8. "Microsoft.AspNetCore.Testing": "1.0.0-*",
  9. "Microsoft.NETCore.Platforms": "1.0.1-*",
  10. "xunit": "2.1.0"
  11. },
  12. "frameworks": {
  13. "dnxcore50": {
  14. "dependencies": {
  15. "dotnet-test-xunit": "1.0.0-dev-*",
  16. "System.Runtime": "4.0.21-*"
  17. },
  18. "imports": "portable-net451+win8"
  19. },
  20. "dnx451": {
  21. "dependencies": {
  22. "xunit.runner.console": "2.1.0"
  23. }
  24. }
  25. },
  26. "testRunner": "xunit",
  27. "compilationOptions": {
  28. "allowUnsafe": true,
  29. "keyFile": "../../tools/Key.snk",
  30. "warningsAsErrors": true
  31. }
  32. }