Skip to content

Commit

Permalink
chore(deps): update dependency system.io.abstractions to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 22, 2023
1 parent 89766a4 commit 35eb69f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="FluentAssertions" Version="6.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
<PackageReference Include="Moq" Version="4.18.3" />
<PackageReference Include="System.IO.Abstractions" Version="17.1.1" />
<PackageReference Include="System.IO.Abstractions" Version="19.2.64" />
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="17.1.1" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
Expand Down
2 changes: 1 addition & 1 deletion UniquePlayer/UniquePlayer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.IO.Abstractions" Version="17.1.1" />
<PackageReference Include="System.IO.Abstractions" Version="19.2.64" />
<PackageReference Include="Roslyn.System.IO.Abstractions.Analyzers" Version="12.2.19">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 35eb69f

Please sign in to comment.