project.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "dependencies": {
  3. "dotnet-test-xunit": "1.0.0-*",
  4. "Microsoft.NETCore.Platforms": "1.0.1-*",
  5. "Microsoft.AspNetCore.DataProtection": "1.0.0-*",
  6. "Microsoft.AspNetCore.DataProtection.Test.Shared": {
  7. "type": "build",
  8. "version": "1.0.0-*"
  9. },
  10. "Microsoft.AspNetCore.Testing": "1.0.0-*",
  11. "Microsoft.Extensions.DependencyInjection": "1.0.0-*",
  12. "xunit": "2.1.0"
  13. },
  14. "frameworks": {
  15. "netcoreapp1.0": {
  16. "dependencies": {
  17. "Microsoft.NETCore.App": {
  18. "version": "1.0.0-*",
  19. "type": "platform"
  20. },
  21. "moq.netcore": "4.4.0-beta8",
  22. "System.Diagnostics.Process": "4.1.0-*",
  23. "System.Diagnostics.TraceSource": "4.0.0-*"
  24. },
  25. "imports": [
  26. "dnxcore50",
  27. "portable-net451+win8"
  28. ]
  29. },
  30. "net451": {
  31. "dependencies": {
  32. "Moq": "4.2.1312.1622"
  33. },
  34. "frameworkAssemblies": {
  35. "System.Threading.Tasks": ""
  36. }
  37. }
  38. },
  39. "testRunner": "xunit",
  40. "buildOptions": {
  41. "allowUnsafe": true,
  42. "warningsAsErrors": true,
  43. "keyFile": "../../tools/Key.snk"
  44. }
  45. }