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

  • 關於本站
  • 免責聲明