In preparation for converting my WPF app to .net core I changed the csproj to the sdk format. It compiles and run but the installer projects that create the package I use for side loading has an error specifying that my wpf project target net472. It cannot be referenced by a project that targets .netcore, version5.0'
Does this mean I need change the target the WPF app to .net core now