Which version of Net 8 to use ?

Dani_S 4,501 Reputation points
2024-04-09T09:22:33.4033333+00:00

Hi,

I have vs 17.8.4 how do i know witch version of net 8 i need ?

User's image

Developer technologies .NET .NET MAUI
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2024-04-09T17:10:01.6833333+00:00

    you should pick the lastest patch (8.0.<highest patch number>). .net 8 installs side, and does not update in place like the 4.* version of net did.

    when you run a .net 8 executable, it looks for the highest patch version installed. you should regularly update .net 8 and install the latest.

    the sdk install will include the runtime install.

    to check installed version:

    >dotnet --version

    to see all installed versions

    >dotnet --info

    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.