Skip to content

Commit d5649e6

Browse files
authored
Add netcoreapp3.0 for WebView2WindowsFormsBrowser
1 parent 561c8ae commit d5649e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SampleApps/WebView2WindowsFormsBrowser/WebView2WindowsFormsBrowser.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
22
<PropertyGroup>
33
<OutputType>WinExe</OutputType>
4-
<TargetFrameworks>net462</TargetFrameworks>
4+
<TargetFrameworks>netcoreapp3.0;net462</TargetFrameworks>
55
<UseWindowsForms>true</UseWindowsForms>
66
<Company>Microsoft</Company>
77
<Authors>Hybrid Application Team</Authors>

0 commit comments

Comments
 (0)