Why does .Net SDK 6.0.200 not update the lower version of .Net SDK 6.0.101

MAMATHA VR 1 Reputation point
2022-02-23T12:16:21.147+00:00

When I try to upgrade the lower version of .Net SDK 6.0.101 with higher version of .Net SDK 6.0.200, it's installing separate package of .Net SDK 6.0.200 along with .Net SDK 6.0.101. But this has not happened with the standalone updates for example when I try to upgrade lower version of .Net Runtime 6.0.1 with higher version of .Net runtime 6.0.2 in this case it is updating to higher version 6.0.2 runtime and the lower version is not present along with higher version. But in .Net SDK higher version package 6.0.200 is installing along with lower version package 6.0.101(Please find the attached screenshot).Can anyone help me know why this is happening with only .Net SDK Version. 177160-screenshot-33.png177231-screenshot-35.png

.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,152 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 63,746 Reputation points
    2022-02-23T15:59:45.557+00:00

    The updates are always installed side by side. There is no update in place. To see the installed sdks it is

    dotnet —list-sdks

    For the runtimes it’s

    dotnet —list-runtimes

    Note: what you are looking at are just installer artifacts

    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.