Installed WebApi.Client NuGet package

This commit is contained in:
TypoMustakes
2023-12-05 15:08:06 +01:00
parent 56547d0c2e
commit eaa177862e

View File

@@ -10,4 +10,8 @@
<ProjectReference Include="..\WD7UVN_HFT_2023241.Repository\WD7UVN_HFT_2023241.Repository.csproj" /> <ProjectReference Include="..\WD7UVN_HFT_2023241.Repository\WD7UVN_HFT_2023241.Repository.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="6.0.0" />
</ItemGroup>
</Project> </Project>