project.json 910 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. "xunit": "2.1.0"
  10. },
  11. "frameworks": {
  12. "netcoreapp1.0": {
  13. "dependencies": {
  14. "Microsoft.NETCore.App": {
  15. "version": "1.0.0-*",
  16. "type": "platform"
  17. },
  18. "dotnet-test-xunit": "1.0.0-dev-*",
  19. "System.Diagnostics.Process": "4.1.0-*"
  20. },
  21. "imports": [
  22. "dnxcore50",
  23. "portable-net451+win8"
  24. ]
  25. },
  26. "net451": {
  27. "frameworkAssemblies": {
  28. "System.Runtime": "",
  29. "System.Threading.Tasks": ""
  30. }
  31. }
  32. },
  33. "testRunner": "xunit",
  34. "compilationOptions": {
  35. "allowUnsafe": true,
  36. "keyFile": "../../tools/Key.snk",
  37. "warningsAsErrors": true
  38. }
  39. }