You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

project.json 668B

123456789101112131415161718192021222324252627
  1. {
  2. "version": "1.0.0-*",
  3. "buildOptions": {
  4. "debugType": "portable"
  5. },
  6. "dependencies": {
  7. "WebApiWebSem": "*",
  8. "System.Runtime.Serialization.Primitives": "4.1.1",
  9. "xunit": "2.1.0",
  10. "dotnet-test-xunit": "1.0.0-rc2-192208-24"
  11. },
  12. "testRunner": "xunit",
  13. "frameworks": {
  14. "netcoreapp1.0": {
  15. "dependencies": {
  16. "Microsoft.NETCore.App": {
  17. "type": "platform",
  18. "version": "1.0.1"
  19. }
  20. },
  21. "imports": [
  22. "dotnet5.4",
  23. "portable-net451+win8"
  24. ]
  25. }
  26. }
  27. }