From 75071b2dcdee979195447cc995531cd670abc2a7 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Tue, 8 Mar 2022 08:05:29 +1100 Subject: [PATCH] move to DebugType>embedded --- Directory.Build.props | 5 ++--- src/Playwright.CLI/Playwright.CLI.csproj | 1 - src/Playwright.MSTest/Playwright.MSTest.csproj | 1 - src/Playwright.NUnit/Playwright.NUnit.csproj | 1 - src/Playwright/Playwright.csproj | 1 - 5 files changed, 2 insertions(+), 7 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index dde86674ec..fb05431bf8 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,9 +4,8 @@ 9 - portable - true - snupkg + true + embedded true diff --git a/src/Playwright.CLI/Playwright.CLI.csproj b/src/Playwright.CLI/Playwright.CLI.csproj index 1a88179d1c..a19b18ebb2 100644 --- a/src/Playwright.CLI/Playwright.CLI.csproj +++ b/src/Playwright.CLI/Playwright.CLI.csproj @@ -7,7 +7,6 @@ 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/. icon.png netcoreapp3.1 - true true true Microsoft.Playwright.CLI diff --git a/src/Playwright.MSTest/Playwright.MSTest.csproj b/src/Playwright.MSTest/Playwright.MSTest.csproj index 520c497de3..92a8cab07e 100644 --- a/src/Playwright.MSTest/Playwright.MSTest.csproj +++ b/src/Playwright.MSTest/Playwright.MSTest.csproj @@ -10,7 +10,6 @@ icon.png netstandard2.0 - true true true Microsoft.Playwright.MSTest diff --git a/src/Playwright.NUnit/Playwright.NUnit.csproj b/src/Playwright.NUnit/Playwright.NUnit.csproj index ea356d28c9..c28b16ecfe 100644 --- a/src/Playwright.NUnit/Playwright.NUnit.csproj +++ b/src/Playwright.NUnit/Playwright.NUnit.csproj @@ -10,7 +10,6 @@ icon.png netstandard2.0 - true true true Microsoft.Playwright.NUnit diff --git a/src/Playwright/Playwright.csproj b/src/Playwright/Playwright.csproj index 258a72d946..3947ddcfbf 100644 --- a/src/Playwright/Playwright.csproj +++ b/src/Playwright/Playwright.csproj @@ -8,7 +8,6 @@ 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/. icon.png netstandard2.0 - true true Microsoft.Playwright.xml true