Replies: 1 comment 2 replies
-
Can you use .NET 8? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Folks!
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?
Beta Was this translation helpful? Give feedback.
All reactions