You should choose WPF User Control Library (.NET Framework)
to create WPF User Control Library project which target platform is .NET Framework. In Visual Studio 2019 , it looks like below picture shown:
If you choose WPF User Control Library (.NET)
, the new project will target .NET Core platform. It is not recommended to covert .NET Core to .NET Framework, but the reverse conversion is possible, for more details about it, you can refer to the blog: Migrating a Sample WPF App to .NET Core 3 (Part 1)
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.