huangyhg 发表于 2022-12-22 19:42:14

Quickstart: Create and publish a NuGet package using Visual Studio

https://learn.microsoft.com/en-us/nuget/quickstart/create-and-publish-a-package-using-visual-studio?tabs=netcore-cli
With Microsoft Visual Studio, you can create a NuGet package from a .NET class library, and then publish it to nuget.org using a CLI tool.

The quickstart is for Windows users only. If you're using Visual Studio for Mac, see Create a NuGet package from existing library projects or use the .NET CLI.
页: [1]
查看完整版本: Quickstart: Create and publish a NuGet package using Visual Studio