Replies: 2 comments
|
They should probably be separated into separate packages, I've been thinking about this since right now if you install OpenJDK you get version 15 while many/most people probably want version 11 (as that's the LTS version). Of course, you can do --version but then once |
0 replies
|
The PIN feature #476 should help reduce the problems associated with a developer wanting to retain a specific version of a package. We will have to make sure PIN is respected across upgrade and import / export as well. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I recently started to use winget on a new machine and so far I like it, however I am wondering how to actually install multiple versions of an application.
In my case I would like to have installed both .NET Core SDK 3.1 and .NET SDK 5, however I can't seem to find a way using winget to do this although it would be very helpful for keeping the sdk up to date.
All reactions