Remove PlatformTarget from WebView project.

Fixes a compiler warning.
This commit is contained in:
Pieter-Jan Briers
2021-11-29 08:35:39 +01:00
parent 5adde7d588
commit 2f76908efb

View File

@@ -4,7 +4,6 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<PlatformTarget>x64</PlatformTarget>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>WinExe</OutputType>
</PropertyGroup>