Remove dependency on Microsoft.AspNet.WebApi.Client (#996)

* Using an alias for System.Net.Http.Formatting

* .

* fix

* space
This commit is contained in:
Stef Heyenrath
2023-08-29 17:53:17 +02:00
committed by GitHub
parent 93c87845c2
commit 59aab9e1c3
6 changed files with 36 additions and 18 deletions

View File

@@ -72,6 +72,7 @@
<PackageReference Include="NFluent" Version="2.8.0" />
<PackageReference Include="SimMetrics.Net" Version="1.0.5" />
<PackageReference Include="AnyOf" Version="0.3.0" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.9" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net452' or '$(TargetFramework)' == 'net461'">
@@ -134,7 +135,4 @@
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>
<ItemGroup>
<Folder Include="Pact\files\" />
</ItemGroup>
</Project>