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

project.json 330B

123456789101112131415161718
  1. {
  2. "version": "0.5.0",
  3. "buildOptions": {
  4. "debugType": "portable"
  5. },
  6. "dependencies": {
  7. "Luticate2.Utils": "0.5.*",
  8. "Microsoft.AspNetCore.Cryptography.KeyDerivation": "1.1.1"
  9. },
  10. "frameworks": {
  11. "netcoreapp1.0": {
  12. "imports": [
  13. "dotnet5.6",
  14. "portable-net45+win8"
  15. ]
  16. }
  17. }
  18. }