Create Nuget Package using Visual Studio for Mac

Jassim Al Rahma 1,616 Reputation points
2022-03-18T23:02:56.283+00:00

Hi,

How can I create a Nuget Package using Visual Studio for Mac?

Is it under Web->Web App, Other->.NET->Library, Other->.NET->Nuget Package?

and where can I find a step by step doc for VS for Mac? because I am not able to find it on Microsoft website

Thanks,
Jassim

Developer technologies .NET .NET Runtime
Developer technologies .NET Other
Developer technologies C#
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2022-03-21T15:17:27.517+00:00

    I don't believe vs for Mac has a NuGet template. just use the command line:

    https://learn.microsoft.com/en-us/nuget/quickstart/create-and-publish-a-package-using-the-dotnet-cli

    also if using GitHub, you can use actions to build and publish

    https://github.com/marketplace/actions/publish-nuget

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.