0

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

Sreelekshmi
  • 1
  • 1
  • 1
  • Have you read this[https://learn.microsoft.com/en-us/nuget/guides/create-net-standard-packages-vs2015](https://learn.microsoft.com/en-us/nuget/guides/create-net-standard-packages-vs2015)? – Hintham Oct 10 '17 at 11:37

1 Answers1

1

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