When I create Visual Basic or C# windows forms application everything runs as expected. However the Build Menu Publish option now list Publish Selection rather than Publish [App Name]:
In addition the Properties page for the application in not in the expected format.
Like this:
Rather than expected like this:
and it no longer includes the expected target frameworks (.NET Framework 4.7.2) or Application types (Windows Forms Application).
The publish process uses an unfamiliar interface and does not create the setup.exe and related files.
I tried to find a difference in any setting between existing projects and the new ones but could find nothing.