Skip to content

Commit aadc960

Browse files
committed
Fixing tests
1 parent 0250594 commit aadc960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/System.IO.Abstractions.Extensions.Tests/System.IO.Abstractions.Extensions.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net8.0;net7.0;net6.0;net5.0</TargetFrameworks>
4+
<TargetFrameworks>net9.0;net8.0</TargetFrameworks>
55
<TargetFrameworks Condition="!$([MSBuild]::IsOsUnixLike())">$(TargetFrameworks);net462</TargetFrameworks>
66
<IsPackable>false</IsPackable>
77
<IsTestable>true</IsTestable>
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="TestableIO.System.IO.Abstractions.Wrappers" Version="17.*" />
11+
<PackageReference Include="TestableIO.System.IO.Abstractions.Wrappers" Version="21.3.1" />
1212
<ProjectReference Include="..\..\src\System.IO.Abstractions.Extensions\System.IO.Abstractions.Extensions.csproj" />
1313
</ItemGroup>
1414

0 commit comments

Comments
 (0)