I don't use the store but I use the bridge to create a package for sideloading the app within our company. It has been working for more than a year. I plan to convert it to a .net 3.1 WPF app shortly and was updating to the SDK format csproj in preparation for the move to .net core 3.1. but doing so creates a breaking error in the bridge installer app
WPF using sdk csproj with Desktop bridge
Avi Stokar
1
Reputation point
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