Add hpack nuget package

This commit is contained in:
CheddarCrisp 2024-01-09 19:58:52 -05:00
parent 4412cba9f6
commit 3f2ac922f1

View file

@ -4,6 +4,10 @@
<ProjectReference Include="..\SDBD.Contract\SDBD.Contract.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="hpack" Version="1.4.0" />
</ItemGroup>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>