This commit is contained in:
2022-02-02 19:20:57 +01:00
parent 3b3670af19
commit 527ba10c1a
4 changed files with 65 additions and 8 deletions

View File

@@ -8,7 +8,12 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EonaCat.HttpClient" Version="1.1.2" />
<Reference Include="EonaCat.Helpers">
<HintPath>..\..\EonaCatHelpers\EonaCat.Helpers\bin\Release\net5.0\EonaCat.Helpers.dll</HintPath>
</Reference>
<Reference Include="EonaCat.HttpClient">
<HintPath>..\..\EonaCatHttpClient\bin\Debug\EonaCat.HttpClient.dll</HintPath>
</Reference>
</ItemGroup>
</Project>