Using Visual Studio for Mac 7.3.3, why am I able to create solutions that target .NET Framework 4.x?
Reproduction steps:
(file->new solution->other->.NET->Console Project) or (file->new solution->other->.NET->asp.net MVC Project)
Right click the project and check under Build->General, you can see that you are targeting .NET Framework 4.x.
How is this possible/why is this valid? My understand was that .NET Framework was only supported by Windows, and the Linux and OSX were limited to creating .NET Core apps.