Install net 8 runtime where i have vs version 17.8.4 can cause problem.

Dani_S 3,786 Reputation points
2024-08-15T04:50:56.05+00:00

Hi,

I have VS 17.8.4 installed in my machine.

Does install also net 8 runtime as prereuisite for specfic app can cause problem in my computer?

Can I uninstall net 8 runtime later seperatly?

Thanks,

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,541 questions
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 65,576 Reputation points
    2024-08-15T16:17:25.8866667+00:00

    all .net core runtimes install side by side. your project file file specifies the runtime to use. so installing .net 8 should not be an issue.

    not sure why you use such an old version of visual studio, but I believe it supports .net 8, but not Maui 8.

    The Maui 8 workload install should install .net 8, but it is safe to install .net sdk first. while sdk installs are stable, there have been issues with workload installs due to the number of dependencies. at this point I believe Maui 8 and aspire are stable.

    note: Maui 7 is no longer supported. Don't believe you can sign IOS code with it.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.