Skip to content

Commit 9da951c

Browse files
committed
Use range for package dependency
1 parent 96f52f7 commit 9da951c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CSharpFunctionalExtensions.FluentAssertions/CSharpFunctionalExtensions.FluentAssertions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="CSharpFunctionalExtensions" Version="3.5.1" />
18-
<PackageReference Include="FluentAssertions" Version="7.2.0" />
18+
<PackageReference Include="FluentAssertions" Version="[7.2.0,8.0.0)" />
1919
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)