Skip to content

Commit 0250594

Browse files
committed
Fixed dependency range
1 parent 355cef3 commit 0250594

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Directory.Build.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1919
</PropertyGroup>
2020
<ItemGroup>
21-
<PackageReference Include="TestableIO.System.IO.Abstractions" Version="17.*" />
21+
<!-- Dependencies of TestableIO.System.IO.Abstractions changed in 22.0 -->
22+
<PackageReference Include="TestableIO.System.IO.Abstractions" Version="[17.*,22.0.0)" />
2223
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.133">
2324
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2425
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)