Skip to content

Commit 8f071a8

Browse files
authored
chore: drop net6.0/net7.0 from Playwright.CLI (#3054)
1 parent 7f3b888 commit 8f071a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Playwright.CLI/Playwright.CLI.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Summary>The Playwright CLI dotnet tool.</Summary>
77
<Description>Playwright enables reliable end-to-end testing for modern web apps. It is built to enable cross-browser web automation that is ever-green, capable, reliable and fast. Learn more at https://playwright.dev/dotnet/.</Description>
88
<PackageIcon>icon.png</PackageIcon>
9-
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
9+
<TargetFrameworks>net8.0</TargetFrameworks>
1010
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1111
<RunWithWarnings>true</RunWithWarnings>
1212
<RootNamespace>Microsoft.Playwright.CLI</RootNamespace>

0 commit comments

Comments
 (0)