logo
  • 教程列表
  • SO官方文档
  • project.json
    • 简单库项目示例
    • 完成 json 文件
    • 简单的启动项目
  1. StackOverflow 文档
  2. asp.net-core 教程
  3. project.json
  4. 简单库项目示例

简单库项目示例

Created: November-22, 2018

基于 NETStandard 1.6 的库看起来像这样:

{
  "version": "1.0.0",
  "dependencies": {
    "NETStandard.Library": "1.6.1", //nuget dependency
   },
  "frameworks": { //frameworks the library is build for
    "netstandard1.6": {}
  },
  "buildOptions": {
    "debugType": "portable"
  }
}
  • 完成 json 文件
  • project.json

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明