Is it possible to use SDK 3.1 as image?

Marcos Vinicius Silva Reis 100 Reputation points
2023-06-22T17:19:16.83+00:00

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?

Developer technologies ASP.NET ASP.NET Core
Developer technologies .NET Other
0 comments No comments
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2023-06-22T17:53:06.8866667+00:00

    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

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.