How to fix error of visual studio project on mac

Roland 0 Reputation points
2024-02-06T20:08:16.0666667+00:00

I clone a c# and .net project on github and when I try to open it, I have an error Capture d’écran 2024-02-06 à 21.04.58

Developer technologies ASP.NET ASP.NET Core
Developer technologies C#
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2024-02-08T19:39:38.3566667+00:00

    visual studio for Mac only supports a subset of .net projects and only up to .net 7 (no .net 8 support). also visual studio for Mac is retired and supports ends 8/31. you should pick a new tool, either visual studio code, or jet brains rider.

    note: the retirement of Visual Studio Mac, caused me to abandon maui (which really requires an IDE).

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.