A set of technologies in the .NET Framework for building web applications and XML web services.
the sdk download:
https://dotnet.microsoft.com/en-us/download/dotnet/3.1
for default docker image:
docker pull mcr.microsoft.com/dotnet/sdk:3.1
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I work on a project that necessarily needs SDK version 3.1, initially I thought of creating a docker image and consuming it in a pipeline, but I couldn't find ways to install this specific version, is it still possible to use this version?
A set of technologies in the .NET Framework for building web applications and XML web services.
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Answer accepted by question author
the sdk download:
https://dotnet.microsoft.com/en-us/download/dotnet/3.1
for default docker image:
docker pull mcr.microsoft.com/dotnet/sdk:3.1