-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Description
I'm reading that I can create an ASP.NET Core wb app project that targets .Net Framework. However there have been numerous articles published over the past year that are either out of date or simply flat wrong.
One article said to edit the project.json file - then a little later I discover this is no longer used and we're back to good old *.csproj.
Anyway when I create a new ASP.NET Core web app I get no option to select a target framework (I've installed 2.1 too by the way).
Even after the project is created if I go to project properties then the Application pane the only options in Target framework dropdown list are .Net Core 1.0, 1.1, 2.0 and 2.1 - No sign anywhere of .Net Framework.
So perhaps one must manually edit the *.csproj file which is inexcusably sloppy if true.
I've said this before and so have others - this is a mess...