Bump NBitcoin (Fix perf problem on signing of big transaction)

This commit is contained in:
nicolas.dorier 2021-10-14 01:00:33 +09:00
parent 75776687bc
commit 18f1b4d8c1
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -27,7 +27,7 @@
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NBitcoin" Version="6.0.12" />
<PackageReference Include="NBitcoin" Version="6.0.13" />
<PackageReference Include="BTCPayServer.Lightning.Common" Version="1.2.6" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>