Skip to content

Commit

Permalink
Add netcoreapp3.0 for WebView2WindowsFormsBrowser
Browse files Browse the repository at this point in the history
  • Loading branch information
oggy22 authored Sep 22, 2023
1 parent 561c8ae commit d5649e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>net462</TargetFrameworks>
<TargetFrameworks>netcoreapp3.0;net462</TargetFrameworks>
<UseWindowsForms>true</UseWindowsForms>
<Company>Microsoft</Company>
<Authors>Hybrid Application Team</Authors>
Expand Down

0 comments on commit d5649e6

Please sign in to comment.