Skip to content

Commit

Permalink
Merge pull request #432 from TheEadie/renovate/system.io.abstractions…
Browse files Browse the repository at this point in the history
…-17.x

Update dependency System.IO.Abstractions to v17.1.1
  • Loading branch information
TheEadie authored Aug 16, 2022
2 parents dc4d735 + 28c08f3 commit ff77477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cli/src/Worms.Cli.Resources/Worms.Cli.Resources.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.IO.Abstractions" Version="17.0.24" />
<PackageReference Include="System.IO.Abstractions" Version="17.1.1" />
<PackageReference Include="Magick.NET-Q8-AnyCPU" Version="12.0.1" />
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.Extensions" Version="6.0.8" />
Expand Down
2 changes: 1 addition & 1 deletion src/cli/src/Worms/worms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="RestSharp" Version="108.0.1" />
<PackageReference Include="Serilog" Version="2.11.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.0.1" />
<PackageReference Include="System.IO.Abstractions" Version="17.0.24" />
<PackageReference Include="System.IO.Abstractions" Version="17.1.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit ff77477

Please sign in to comment.