Skip to content

Commit c0693a2

Browse files
authored
Depend on xunit.extensibility.core instead of xunit (#3076)
1 parent 8351af6 commit c0693a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Playwright.Xunit/Playwright.Xunit.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<PrivateAssets>all</PrivateAssets>
3636
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3737
</PackageReference>
38-
<PackageReference Include="xunit" Version="2.8.0" />
38+
<PackageReference Include="xunit.extensibility.core" Version="2.8.0" />
3939
</ItemGroup>
4040
<ItemGroup>
4141
<None Include="..\Common\icon.png" Pack="true" Visible="false" PackagePath="icon.png" />

0 commit comments

Comments
 (0)