Skip to content

Commit

Permalink
Fix usewpf
Browse files Browse the repository at this point in the history
  • Loading branch information
joaompneves committed Sep 4, 2024
1 parent 49cff04 commit ae84801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactViewControl/ReactViewControl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Description>ReactViewControl for WPF powered by CefGlue</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>ReactViewControl-WPF$(PackageSuffix)</PackageId>
<UseWpf>true</UseWpf>
<UseWPF>true</UseWPF>
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage</TargetsForTfmSpecificBuildOutput>
<Configurations>Debug;Release;ReleaseAvalonia;ReleaseWPF</Configurations>
</PropertyGroup>
Expand Down

0 comments on commit ae84801

Please sign in to comment.