Help with specifying EoL .net core SDK version in toolset-1804.json #4113
whiper1
started this conversation in
Image configuration
Replies: 1 comment 1 reply
-
Hello @whiper1!
To install all available
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi,
I'm trying to generate a image that includes dotnet Core SDK 2.2.100, link
How can I modify this part in toolset-1804.json to specifically install this version?
"dotnet": { "aptPackages": [ "dotnet-sdk-2.2", "dotnet-sdk-5.0" ], "versions": [ "2.2", "5.0" ] }
Now it will install the latest version 2.2.207 but for legacy reasons I need to install 2.2.100.
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions