|
@@ -46,6 +46,9 @@
|
|
|
<Reference Include="H.Formatters, Version=2.0.59.0, Culture=neutral, PublicKeyToken=155b585918bc2f0b, processorArchitecture=MSIL">
|
|
|
<HintPath>..\..\packages\H.Formatters.2.0.59\lib\net451\H.Formatters.dll</HintPath>
|
|
|
</Reference>
|
|
|
+ <Reference Include="H.Formatters.MessagePack">
|
|
|
+ <HintPath>..\..\..\Users\frank.vandenbos\.nuget\packages\h.formatters.messagepack\15.0.0\lib\netstandard2.0\H.Formatters.MessagePack.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
<Reference Include="H.Formatters.Newtonsoft.Json">
|
|
|
<HintPath>..\..\..\Users\frank.vandenbos\.nuget\packages\h.formatters.newtonsoft.json\13.0.59\lib\netstandard2.0\H.Formatters.Newtonsoft.Json.dll</HintPath>
|
|
|
</Reference>
|
|
@@ -130,10 +133,11 @@
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
- <PackageReference Include="H.Formatters" Version="2.0.59" />
|
|
|
- <PackageReference Include="H.Pipes" Version="2.0.59" />
|
|
|
+ <PackageReference Include="H.Formatters" Version="15.0.0" />
|
|
|
+ <PackageReference Include="H.Formatters.MessagePack" Version="15.0.0" />
|
|
|
+ <PackageReference Include="H.Pipes" Version="15.0.0" />
|
|
|
<PackageReference Include="Hardcodet.NotifyIcon.Wpf" Version="2.0.1" />
|
|
|
- <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
|
|
|
+ <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.6" />
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
|
<PackageReference Include="Ofcas.Lk.Api.Client.Core" Version="3.0.2.10" />
|
|
|
<PackageReference Include="Ofcas.Lk.Api.Client.Ui" Version="3.0.2.10" />
|