You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Build and pack it.
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: