Skip to content

Commit

Permalink
⬆️ update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiagoBarradas committed Jul 8, 2020
1 parent e660e74 commit 51f208f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RestSharp.Easy.Console/RestSharp.Easy.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="PackUtils" Version="1.0.72" />
<PackageReference Include="PackUtils" Version="1.2.1" />
<PackageReference Include="RestSharp.Serilog.Auto" Version="1.1.1" />
<PackageReference Include="Serilog.Builder" Version="1.1.1" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions RestSharp.Easy/RestSharp.Easy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="PackUtils" Version="1.0.72" />
<PackageReference Include="RestSharp" Version="106.10.1" />
<PackageReference Include="PackUtils" Version="1.2.1" />
<PackageReference Include="RestSharp" Version="106.11.4" />
<PackageReference Include="RestSharp.Serilog.Auto" Version="1.1.1" />
</ItemGroup>

Expand Down

0 comments on commit 51f208f

Please sign in to comment.