Bump deps of example code

This commit is contained in:
nicolas.dorier 2022-06-16 21:01:18 +09:00
parent 5238f1f2c7
commit 05235a6de0
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -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>