Is there any way how to convert legacy Web Forms project to a new SDK csproj format? Tried everything. Web app can be build but cannot be run. It always ends with errors like
"Program does not contain a static 'Main' method suitable for an entry point"
All I want is to switch nuget package references.
I just want to know if I'm doing something wrong or it is not possible.
EDIT: It is not just about nuget references, I simple want to simplify whole csproj and "include all". I want to get rid of csproj merge hell when adding content.