2

I am using Microsoft Visual Studio Community edition V15.2 (.net 4.6). I have a .Net framework class library, which refer Akka.net nuget package. I want to publish my assembly as a nuget package. But the package option is missing in Visual Studio

NB: I tried to convert it to a .NET standard library as specified in following link (Nuget project class library) But it did not worked for me. How can I publish my .net framework library using Nuget

1

1 Answer 1

4

Examples of the pack command:

nuget pack

nuget pack foo.nuspec

nuget pack foo.csproj

nuget pack foo.csproj -Build -Symbols -Properties Configuration=Release

nuget pack foo.nuspec -Version 2.1.0

Sign up to request clarification or add additional context in comments.

2 Comments

Nicholas, your answer triggered a low quality flag in the system
I don't really care, my answer addressed the question. It seems like you have low quality, low quality detection.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.