Skip to content

Commit

Permalink
Downgrade xunit to 2.4.2 to make the nuget compatibile with earlier v…
Browse files Browse the repository at this point in the history
…ersions
  • Loading branch information
Jandini committed Oct 14, 2023
1 parent 2a37078 commit 62d312c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/KiBoards.Tests/KiBoards.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ItemGroup>
<PackageReference Include="KiBoards.Extensions.Logging" Version="0.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="xunit" Version="2.5.1" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 1 addition & 1 deletion src/KiBoards.Xunit/KiBoards.Xunit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="NEST" Version="7.17.5" />
<PackageReference Include="xunit" Version="2.5.1" />
<PackageReference Include="xunit" Version="2.4.2" />

</ItemGroup>
</Project>

0 comments on commit 62d312c

Please sign in to comment.