Do you need (should you have) every version of .NET installed? #103376
-
Apologies if this is in the wrong section but there does not appear to be an option to open a new discussion in this repository. I was having a discussion with EatonZ about which version of .NET i needed when hamarb123 said
So should i have every version of .NET installed? And if so, does anyone know where i can get the desktop runtime for 2.2, 2.1, 2.0, 1.1 and 1.0? |
Beta Was this translation helpful? Give feedback.
Replies: 11 comments 22 replies
-
Not sure what you mean. It is available there: And yes, this would be better as a question there than an issue. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Tagging subscribers to this area: @dotnet/area-meta |
Beta Was this translation helpful? Give feedback.
-
No. You only need to install .NET runtime versions used by the apps that you run. |
Beta Was this translation helpful? Give feedback.
-
If the app comes with an installer, the installer should take care of this for you. |
Beta Was this translation helpful? Give feedback.
-
Ok, then how many versions of .NET do apps use? Also thank you for adding the question label.
Before i was provided with links to install .NET from EatonZ, i didn't even have .NET installed on my computer at all. |
Beta Was this translation helpful? Give feedback.
-
A given app typically uses at most one specific .NET version. Well behaving apps should come with an installer that takes care of this for you. If the app does not come with an installer, the instructions for manual installation of the app should like the .NET version that you have to install manually. This is a question for the app publisher. |
Beta Was this translation helpful? Give feedback.
-
That's not the |
Beta Was this translation helpful? Give feedback.
-
Well I'm not asking about one specific app. I'm asking about all of them.
Yeah I'm still waiting on a response from them > SteamRE/DepotDownloader#505
Yeah i have no idea what any of that means. All i know is i was having a convo with someone here and then that got locked so i opened an issue to ask my question. |
Beta Was this translation helpful? Give feedback.
-
As there is for each released .NET version at least one app somewhere in the world using that .NET version, the only logical and true answer is then: All ever released .NET versions. |
Beta Was this translation helpful? Give feedback.
-
@Sin-Shadow-Fox, the .NET runtime is a tool for programmers to write programs. As an analogy, you can say that we are screwdriver manufacturers, and people use the screwdrivers to build things. When someone writes a program, they should either screw everything in for you, or bundle the screwdriver needed if some assembly is required. You are currently asking the screwdriver manufacturer which screwdriver the builder of your chair used. We don't know. We can't possibly know. We will not be able to answer your questions. If you want more information, you will need to go to the author of your program. Only they can help you by either providing you with a copy of the .NET runtime that you need, or by stating exactly what you need to download. |
Beta Was this translation helpful? Give feedback.
As there is for each released .NET version at least one app somewhere in the world using that .NET version, the only logical and true answer is then: All ever released .NET versions.