Skip to content

Commit

Permalink
Updated TypedRest
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianeicher committed Oct 1, 2023
1 parent 1d22d60 commit d8034b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<ProjectReference Include="..\Model\Model.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="TypedRest.Reactive" Version="1.3.8" />
<PackageReference Include="TypedRest.Reactive" Version="1.4.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Client/OpenServiceBrokerErrorHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace OpenServiceBroker;
/// </summary>
public class OpenServiceBrokerErrorHandler : IErrorHandler
{
private static readonly MediaTypeFormatter Serializer = new DefaultJsonSerializer();
private static readonly MediaTypeFormatter Serializer = new NewtonsoftJsonSerializer();

public async Task HandleAsync(HttpResponseMessage response)
{
Expand Down

0 comments on commit d8034b3

Please sign in to comment.