mziii / TronSharp

TronSharp is a library to interact with tron network in dot net projects.
8 stars 3 forks source link

Pls fix NU1608 dependency warning? #3

Open cipchk opened 11 months ago

cipchk commented 11 months ago

When I use Binance.Net at the same time, there are NU1608 warnings.

warning NU1608: Detected package version outside of dependency constraint: Nethereum.Signer 4.2.0 requires Portable.BouncyCastle (>= 1.8.2 && < 1.9.0) but version Portable.BouncyCastle 1.9.0 was resolved.

Ref

mo-gong commented 11 months ago

@mziii Looks like HDWallet.Tron references a lower version Portable.BouncyCastle.

cipchk commented 11 months ago

@mo-gong try using https://www.nuget.org/packages/TronSharp_issues_3/