Skip to content

Commit

Permalink
Declarte Funcky.XUnit incompatibility with xunit 2.5 and 2.6 releases…
Browse files Browse the repository at this point in the history
…: see #777
  • Loading branch information
FreeApophis committed Dec 22, 2023
1 parent 7ba9b9c commit 091ac85
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 091ac85

Please sign in to comment.