Skip to content

Commit

Permalink
Adopt "TestableIO" name for "System.IO.Abstractions"
Browse files Browse the repository at this point in the history
  • Loading branch information
skrysmanski committed Mar 6, 2024
1 parent 2a9e9f8 commit 3fd2310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/AppMotor.Core/AppMotor.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />
<PackageReference Include="System.IO.Abstractions" Version="20.0.15" />
<PackageReference Include="TestableIO.System.IO.Abstractions" Version="20.0.15" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion tests/AppMotor.Core.Tests/AppMotor.Core.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="20.0.15" />
<PackageReference Include="TestableIO.System.IO.Abstractions.TestingHelpers" Version="20.0.15" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3fd2310

Please sign in to comment.