dgarage / NDLC

35 stars 12 forks source link

Create local Nuget package for NDLC #5

Open ghost opened 3 years ago

ghost commented 3 years ago

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?

  1. Create a new project. Search “class library” and select first. .NET Standard 2.1
  2. Clone NDLC repo and copy the NDLC library files to this project.
  3. Project properties ->Package. Check on Generate NuGet package on build. Save.
  4. Tools -> NuGet Package Manager -> Manage NuGet packages for solution. Install NBitcoin and NBitcoin.Secp256k1.
  5. Build and pack it.

IMG-20210323-WA0000

NicolasDorier commented 3 years ago

I renamed this method, this is TryTweakMult I think now.