chery-pick(#17248): chore(dotnet): use csharp 10 namespace declaration (#17305)

This PR cherry-picks the following commits:

- 0b4de0df7f

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Playwright Service 2022-09-13 09:53:10 -07:00 committed by GitHub
parent 991f2f9417
commit ce68b2fd0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

View file

@ -37,9 +37,8 @@ using System.Threading.Tasks;
#nullable enable
namespace Microsoft.Playwright
{
namespace Microsoft.Playwright;
[CONTENT]
}
#nullable disable