您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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. }