Are .NET 6 and .NET 7 considered part of the .NET Core framework?

Al Karaptian 0 Reputation points
2023-03-20T23:11:46.59+00:00

Are .NET 6 and .NET 7 considered part of the .NET Core framework?

Developer technologies | .NET | Other
{count} votes

2 answers

Sort by: Most helpful
  1. Jack J Jun 25,296 Reputation points
    2023-03-21T06:59:23.8333333+00:00

    @Al Karaptian, Welcome to Microsoft Q&A,

    Are .NET 6 and .NET 7 considered part of the .NET Core framework?

    Yes, you are right. Before .NET 5, we often called it as .NET Core. And after .net core 3.1, it becomes .NET. However, they are the same thing actually, which is a cross-platform and open-source framework optimized for modern app needs and developer workflows.

    You could refer to the following link to know the history of .NET and .NET Core.

    https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core#lifecycle

    Hope my explanation could help you.

    Best Regards,

    Jack


    If the answer is the right solution, please click "Accept Answer" and upvote it.If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.
    0 comments No comments

  2. PatriceSc 171 Reputation points
    2023-03-21T12:26:46.7133333+00:00

    Hi,

    More specifically ".NET Core" was to avoid a possible confusion with ".NET Framework" : https://dotnet.microsoft.com/en-us/download/dotnet-framework which is an earlier Windows only version.

    As .NET Framework 4..8.x is the last version ever, they can use now just use ".NET 5" etc... without any confusion.

    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.