We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561c8ae commit d5649e6Copy full SHA for d5649e6
SampleApps/WebView2WindowsFormsBrowser/WebView2WindowsFormsBrowser.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
2
<PropertyGroup>
3
<OutputType>WinExe</OutputType>
4
- <TargetFrameworks>net462</TargetFrameworks>
+ <TargetFrameworks>netcoreapp3.0;net462</TargetFrameworks>
5
<UseWindowsForms>true</UseWindowsForms>
6
<Company>Microsoft</Company>
7
<Authors>Hybrid Application Team</Authors>
0 commit comments