使用BaGet
使用开源项目BaGet([https://github.com/loic-sharma/BaGet](https://github.com/loic-sharma/BaGet))
来搭建本地NuGet
。
优势:简单,快速
第一步
在https://github.com/loic-sharma/BaGet/releases/tag/v0.4.0-preview2下载最新的BaGet.zip
第二步
安装在Windows IIS
同正常.NET Core
程序部署一样。
官方教程
第三步
别忘记设置API KEY
在appsettings.json
中ApiKey
节点。
设置存储方式,这里本地存储
"Storage": {
"Type": "FileSystem",
"Path": "C://baget-store"
}