Skip to content

Commit b83d304

Browse files
authored
chore: set <NoWin32Manifest>true</NoWin32Manifest> (#2881)
1 parent 913fbd3 commit b83d304

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Playwright/Playwright.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
2020
<NoWarn>1701;1702;CS0067;1734;NU5110;NU5111</NoWarn>
2121
<AssemblyName>Microsoft.Playwright</AssemblyName>
22+
<NoWin32Manifest>true</NoWin32Manifest>
2223
</PropertyGroup>
2324
<Import Project="../Common/Version.props" />
2425
<Import Project="../Common/Dependencies.props" />

0 commit comments

Comments
 (0)