From c580f6a3fa7f14e04b85259218a9acb6ab3f97c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Luthi?= Date: Wed, 4 Dec 2024 13:20:18 +0100 Subject: [PATCH] Depend on xunit.extensibility.core instead of xunit See [xUnit.net documentation - What NuGet Packages Should I Use?][1] [1]: https://xunit.net/docs/nuget-packages --- src/Playwright.Xunit/Playwright.Xunit.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Playwright.Xunit/Playwright.Xunit.csproj b/src/Playwright.Xunit/Playwright.Xunit.csproj index e33e22594..25e22d1fa 100644 --- a/src/Playwright.Xunit/Playwright.Xunit.csproj +++ b/src/Playwright.Xunit/Playwright.Xunit.csproj @@ -35,7 +35,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - +