Skip to content

Commit

Permalink
Bump deps of example code
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Jun 16, 2022
1 parent 5238f1f commit 05235a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Examples/MultiSig/MultiSig.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NBXplorer.Client" Version="3.0.20" />
<PackageReference Include="NBXplorer.Client" Version="4.2.0" />
</ItemGroup>

</Project>

0 comments on commit 05235a6

Please sign in to comment.