project.json 884 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "dependencies": {
  3. "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-*",
  4. "dotnet-test-xunit": "2.2.0-*",
  5. "Microsoft.AspNetCore.DataProtection": "1.1.0-*",
  6. "Microsoft.AspNetCore.DataProtection.Test.Shared": {
  7. "type": "build",
  8. "version": "1.0.0-*"
  9. },
  10. "Microsoft.AspNetCore.Testing": "1.1.0-*",
  11. "Microsoft.Extensions.DependencyInjection": "1.1.0-*",
  12. "Moq": "4.6.25-*",
  13. "xunit": "2.2.0-*"
  14. },
  15. "frameworks": {
  16. "netcoreapp1.0": {
  17. "dependencies": {
  18. "Microsoft.NETCore.App": {
  19. "version": "1.0.0-*",
  20. "type": "platform"
  21. },
  22. "System.Diagnostics.TraceSource": "4.0.0-*"
  23. },
  24. "imports": "dotnet5.4"
  25. },
  26. "net451": {}
  27. },
  28. "testRunner": "xunit",
  29. "buildOptions": {
  30. "allowUnsafe": true,
  31. "warningsAsErrors": true,
  32. "keyFile": "../../tools/Key.snk"
  33. }
  34. }