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.

26 lines
528 B

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