I am using Visual Studio for Mac and I know that .net 7 and visual studio for mac is out of support already.
Archive for publishing is missing in the menu of maui project properties.
If I will be using Vs Code, is it possible to publish it in .net 7?
Tried to install vs code and open the .net 7 maui project but im having a lot of error.
maui dev is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
dotnet –list-sdks
sudo rm -rf /usr/share/dotnet/sdk/(.net 9 version)
In my case there’s .net 9 installed.
I uninstall .net 9 and Archive for Publishing appears again.
maui dev is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.