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

project.json 324B

1234567891011121314151617
  1. {
  2. "version": "0.1.0",
  3. "buildOptions": {
  4. "debugType": "portable"
  5. },
  6. "dependencies": {
  7. "Luticate2.Utils": "0.1.*"
  8. },
  9. "frameworks": {
  10. "netcoreapp1.0": {
  11. "imports": [
  12. "dotnet5.6",
  13. "portable-net45+win8"
  14. ]
  15. }
  16. }
  17. }