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 351B

12345678910111213141516171819
  1. {
  2. "version": "1.0.0-*",
  3. "buildOptions": {
  4. "debugType": "portable",
  5. "emitEntryPoint": true
  6. },
  7. "dependencies": {},
  8. "frameworks": {
  9. "netcoreapp1.0": {
  10. "dependencies": {
  11. "Microsoft.NETCore.App": {
  12. "type": "platform",
  13. "version": "1.0.1"
  14. }
  15. },
  16. "imports": "dnxcore50"
  17. }
  18. }
  19. }