1.需安装.net core 2.2。下载地址:Download .NET Core 2.2 (Linux, macOS, and Windows) (microsoft.com)
2.下载Beget程序 github地址:GitHub - loic-sharma/BaGet: A lightweight NuGet and symbol server
3.安装好后部署到iis。
4.就可以进入页面了。
5.创建一个类库程序,封装完成后,右键菜单点击打包。
6.在debug目录下支持cmd命令(dotnet nuget push -s http://127.0.0.1:8888/v3/index.json 包名.nupkg)
7.再次查看已经发布成功。
标签:c#,nuget,地址,服务器,2.2,搭建 From: https://www.cnblogs.com/lzyyyds/p/16838955.html