project.json 900 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "dependencies": {
  3. "Microsoft.AspNetCore.Cryptography.Internal": "1.0.0-*",
  4. "Microsoft.AspNetCore.DataProtection.Abstractions": "1.0.0-*",
  5. "Microsoft.AspNetCore.Testing": "1.0.0-*",
  6. "Microsoft.NETCore.Platforms": "1.0.1-*",
  7. "xunit": "2.1.0"
  8. },
  9. "frameworks": {
  10. "dnxcore50": {
  11. "dependencies": {
  12. "moq.netcore": "4.4.0-beta8",
  13. "dotnet-test-xunit": "1.0.0-dev-*",
  14. "System.Runtime": "4.0.21-*"
  15. },
  16. "imports": "portable-net451+win8"
  17. },
  18. "dnx451": {
  19. "dependencies": {
  20. "Moq": "4.2.1312.1622",
  21. "xunit.runner.console": "2.1.0"
  22. },
  23. "frameworkAssemblies": {
  24. "System.Runtime": "",
  25. "System.Threading.Tasks": ""
  26. }
  27. }
  28. },
  29. "testRunner": "xunit",
  30. "compile": "../common/**/*.cs",
  31. "compilationOptions": {
  32. "warningsAsErrors": true,
  33. "keyFile": "../../tools/Key.snk"
  34. }
  35. }