Skip to content

Commit

Permalink
Depend on xunit.extensibility.core instead of xunit (#3076)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xced authored Dec 4, 2024
1 parent 8351af6 commit c0693a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Playwright.Xunit/Playwright.Xunit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Include="xunit.extensibility.core" Version="2.8.0" />
</ItemGroup>
<ItemGroup>
<None Include="..\Common\icon.png" Pack="true" Visible="false" PackagePath="icon.png" />
Expand Down

0 comments on commit c0693a2

Please sign in to comment.