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.

24 lines
403 B

  1. {
  2. "version": "1.0.0-*",
  3. "buildOptions": {
  4. "debugType": "portable"
  5. },
  6. "dependencies": {
  7. },
  8. "testRunner": "xunit",
  9. "frameworks": {
  10. "netcoreapp1.0": {
  11. "dependencies": {
  12. "Microsoft.NETCore.App": {
  13. "type": "platform",
  14. "version": "1.0.0"
  15. }
  16. },
  17. "imports": [
  18. "dotnet5.4",
  19. "portable-net451+win8"
  20. ]
  21. }
  22. }
  23. }