Skip to content

Commit

Permalink
Update RestSharp
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-ahemsath committed Sep 4, 2024
1 parent 11085d3 commit 82a6a6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<PackageReference Include="RabbitMQ.Client" Version="6.8.1" Condition="'$(TargetFramework)' == 'net8.0'" />

<!-- Latest version of RestSharp to test against. Relies on HttpClient instrumentation. -->
<PackageReference Include="RestSharp" Version="111.4.1" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="RestSharp" Version="112.0.0" Condition="'$(TargetFramework)' == 'net481'" />

<PackageReference Include="Serilog" Version="4.0.1" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="Serilog" Version="4.0.1" Condition="'$(TargetFramework)' == 'net8.0'" />
Expand Down

0 comments on commit 82a6a6d

Please sign in to comment.