Open up your project’s .csproj
file in a text editor.
If you see this line:
<Project Sdk="Microsoft.NET.Sdk">
Replace it with this;
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
Does this help?
– Dale
Open up your project’s .csproj
file in a text editor.
If you see this line:
<Project Sdk="Microsoft.NET.Sdk">
Replace it with this;
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
Does this help?
– Dale