Skip to content

Commit

Permalink
Merge pull request #778 from polyadic/declare-xunit-incompatitbility
Browse files Browse the repository at this point in the history
Declare Funcky.XUnit incompatibility with xunit 2.5 and 2.6 releases
  • Loading branch information
FreeApophis committed Dec 27, 2023
2 parents 7ba9b9c + 091ac85 commit e094442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<PackageVersion Include="Microsoft.Bcl.HashCode" Version="1.1.1" />
<PackageVersion Include="System.Collections.Immutable" Version="1.7.1" />
<PackageVersion Include="System.Text.Json" Version="5.0.0" />
<PackageVersion Include="xunit.assert" Version="[2.4.0, 3)" />
<PackageVersion Include="xunit.extensibility.core" Version="[2.4.0, 3)" />
<PackageVersion Include="xunit.assert" Version="[2.4.0, 2.5)" />
<PackageVersion Include="xunit.extensibility.core" Version="[2.4.0, 2.5)" />
<PackageVersion Include="System.Linq.Async" Version="[5.0.0, 7)" />
</ItemGroup>
<ItemGroup Label="Build Dependencies">
Expand Down

0 comments on commit e094442

Please sign in to comment.