Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 534 Bytes

Designer-Fix.md

File metadata and controls

7 lines (4 loc) · 534 Bytes

How To: Fix the components in the designer

If you are experiencing issues while using the components in the designer, you might need to replace <TargetFramework>net[##Current-Version##]-windows</TargetFramework> with <TargetFrameworks>net48;net[##Current-Version##]-windows</TargetFrameworks> in your project configuration files.

To learn more about the TargetFrameworks attribute, click here.

N.B: This action will produce binaries for multiple frameworks.