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