project.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "dependencies": {
  3. "Microsoft.AspNetCore.DataProtection": "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.Extensions.DependencyInjection": "1.0.0-*",
  10. "Microsoft.NETCore.Platforms": "1.0.1-*",
  11. "xunit": "2.1.0"
  12. },
  13. "frameworks": {
  14. "netstandardapp1.5": {
  15. "dependencies": {
  16. "moq.netcore": "4.4.0-beta8",
  17. "dotnet-test-xunit": "1.0.0-dev-*",
  18. "System.Diagnostics.Process": "4.1.0-*"
  19. },
  20. "imports": [
  21. "dnxcore50",
  22. "portable-net451+win8"
  23. ]
  24. },
  25. "net451": {
  26. "dependencies": {
  27. "Moq": "4.2.1312.1622",
  28. "xunit.runner.console": "2.1.0"
  29. },
  30. "frameworkAssemblies": {
  31. "System.Runtime": "",
  32. "System.Threading.Tasks": ""
  33. }
  34. }
  35. },
  36. "testRunner": "xunit",
  37. "compilationOptions": {
  38. "allowUnsafe": true,
  39. "warningsAsErrors": true,
  40. "keyFile": "../../tools/Key.snk"
  41. }
  42. }