You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
Although there are .NET Framework project templates that create WPF-compatible libraries (ex. WPF User Control Library), there's nothing similar for .NET Core yet. The workaround at this point is to create a .NET Core Class Library and modify it by changing the Sdk to Microsoft.NET.Sdk.WindowsDesktop and setting the UseWPF property to true.
Thanks for this! I'll take a look and see what is blocking the .NET Core templates from appearing. @debonte did you install any of the .NET Core workloads? I guess more specifically, in order to help me narrow this down, which workloads do you have installed?
Repro:
Expected: The C# and VB "Class Library (.NET Core)" templates appear.
Actual: No matching templates are found.
The text was updated successfully, but these errors were encountered: