I remember following these steps and was able to create nuget package for NDLC which still works on my desktop but not working on laptop. Anything important that I am missing or doing wrong?
Create a new project. Search “class library” and select first. .NET Standard 2.1
Clone NDLC repo and copy the NDLC library files to this project.
Project properties ->Package. Check on Generate NuGet package on build. Save.
Tools -> NuGet Package Manager -> Manage NuGet packages for solution. Install NBitcoin and NBitcoin.Secp256k1.
I remember following these steps and was able to create nuget package for NDLC which still works on my desktop but not working on laptop. Anything important that I am missing or doing wrong?