I’ve working with .net core with many versions, and actually I’m using a MacBook M1 Pro
I use Parallels for all my developments and works fine!
But, recently I encountered a curious thing…
If I create a basic api project with .NET CORE 5 using Visual Studio 2019 and try to run using IIS Express 10, runs perfectly!
Buut,
if I create another project, same basic api project with .NET CORE 6, now using Visual Studio 2022 (2019 can’t runs .net core 6), and try to run using IIS Express 10, a get an error like this: IIS EXPRESS on arm64 is only supported for ASP NET Core applications targeting .NET 7.0 and newer
Why this?
Someone can help me?
I’ve tried reinstalling visual studio SDK versions, and using other vs versions, but no success.
Luis Filipe Knorst Andriolo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.