Add Response.WithBody with IJsonConverter (#790)

* Response_ProvideResponse_WithBody_IJsonConverter_SystemTextJson

* Guard.NotNull(converter);

* .

* 0.1.0

* j
This commit is contained in:
Stef Heyenrath
2022-08-23 15:49:54 +02:00
committed by GitHub
parent f704de65d8
commit 3d29d7fb2f
6 changed files with 533 additions and 450 deletions

View File

@@ -78,6 +78,7 @@
<ItemGroup Condition="'$(TargetFramework)' != 'net452'">
<PackageReference Include="System.Net.Http.Json" Version="3.2.1" />
<PackageReference Include="JsonConverter.System.Text.Json" Version="0.2.0" />
</ItemGroup>
<ItemGroup>