try-convert icon indicating copy to clipboard operation
try-convert copied to clipboard

Conversion to net6.0: The target platform must be set to Windows (usually by including '-windows' in the TargetFramework property) when using Windows Forms or WPF

Open Alexilia opened this issue 2 years ago • 0 comments

Now after conversion to net6.0 a project contains <TargetFramework>net6.0</TargetFramework> but it should be <TargetFramework>net6.0-windows</TargetFramework>

Alexilia avatar Apr 07 '22 13:04 Alexilia