Skip to content

Commit

Permalink
bump NBitcoin
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Apr 4, 2020
1 parent 6d8bab5 commit 4e5910f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion QBitNinja.Client.Tests/QBitNinja.Client.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />

<PackageReference Include="NBitcoin">
<Version>5.0.20</Version>
<Version>5.0.27</Version>
</PackageReference>
<PackageReference Include="System.Net.Http">
<Version>4.3.3</Version>
Expand Down
6 changes: 3 additions & 3 deletions QBitNinja.Client/QBitNinja.Client.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard1.1;net452;net461;net472</TargetFrameworks>
<TargetFrameworks>netstandard1.1;netstandard2.1;net452;net461;net472</TargetFrameworks>
<PackageId>QBitNinja.Client</PackageId>
<Company>Metaco SA</Company>
<Version>1.0.3.51</Version>
<Version>1.0.3.52</Version>
<Copyright>Copyright © Metaco SA 2017</Copyright>
<Description>Client library for QBitNinja server</Description>
<PackageTags>bitcoin</PackageTags>
Expand All @@ -26,7 +26,7 @@
<Reference Include="System.Net.Http" Condition="'$(TargetFramework)' == 'net472'"></Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="NBitcoin" Version="5.0.20" />
<PackageReference Include="NBitcoin" Version="5.0.27" />
<PackageReference Include="System.Net.Http">
<Version>4.3.3</Version>
<ExcludeAssets Condition=" '$(TargetFramework)' == 'net472' ">All</ExcludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<Version>3.1.0</Version>
</PackageReference>
<PackageReference Include="NBitcoin">
<Version>5.0.20</Version>
<Version>5.0.27</Version>
</PackageReference>
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion QBitNinja/QBitNinja.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
<Version>3.1.0</Version>
</PackageReference>
<PackageReference Include="NBitcoin.Indexer">
<Version>3.0.0.20</Version>
<Version>3.0.0.21</Version>
</PackageReference>
<PackageReference Include="System.Dynamic.Runtime">
<Version>4.3.0</Version>
Expand Down

0 comments on commit 4e5910f

Please sign in to comment.