To provide a consistent FQDNs, the data endpoint will be changing from *.cdn.mscr.io to *.data.mcr.microsoft.com
For more info, see MCR Client Firewall Rules.
4.8
docker pull mcr.microsoft.com/dotnet/framework/sdk:4.8
3.5
docker pull mcr.microsoft.com/dotnet/framework/sdk:3.5
This image contains the .NET Framework SDK which is comprised of the following parts:
- .NET Framework Runtime
- Visual Studio Build Tools
- Visual Studio Test Agent
- NuGet CLI
- .NET Framework Targeting Packs
- ASP.NET Web Targets
Use this image for your development process (developing, building and testing applications).
Watch dotnet/announcements for Docker-related .NET announcements.
The .NET Framework Docker samples show various ways to use .NET Framework and Docker together.
- .NET Framework Console Docker Sample - This sample builds, tests, and runs the sample. It includes and builds multiple projects.
- ASP.NET Web Forms Docker Sample - This sample demonstrates using Docker with an ASP.NET Web Forms app.
- ASP.NET MVC Docker Sample - This sample demonstrates using Docker with an ASP.NET MVC app.
- WCF Docker Sample - This sample demonstrates using Docker with a WCF app.
.NET Framework:
- dotnet/framework/aspnet: ASP.NET Web Forms and MVC
- dotnet/framework/runtime: .NET Framework Runtime
- dotnet/framework/wcf: Windows Communication Foundation (WCF)
- dotnet/framework/samples: .NET Framework, ASP.NET and WCF Samples
.NET Core:
- dotnet/core: .NET Core
- dotnet/core-nightly: .NET Core (Preview)
- dotnet/core/samples: .NET Core Samples
Tag | Dockerfile |
---|---|
4.8-20200316-windowsservercore-1909, 4.8-windowsservercore-1909, 4.8, latest | Dockerfile |
3.5-20200316-windowsservercore-1909, 3.5-windowsservercore-1909, 3.5 | Dockerfile |
Tag | Dockerfile |
---|---|
4.8-20200318-windowsservercore-1903, 4.8-windowsservercore-1903, 4.8, latest | Dockerfile |
3.5-20200318-windowsservercore-1903, 3.5-windowsservercore-1903, 3.5 | Dockerfile |
Tag | Dockerfile |
---|---|
4.8-20200318-windowsservercore-ltsc2019, 4.8-windowsservercore-ltsc2019, 4.8, latest | Dockerfile |
3.5-20200318-windowsservercore-ltsc2019, 3.5-windowsservercore-ltsc2019, 3.5 | Dockerfile |
Tag | Dockerfile |
---|---|
4.8-20200318-windowsservercore-ltsc2016, 4.8-windowsservercore-ltsc2016, 4.8, latest | Dockerfile |
3.5-20200414-windowsservercore-ltsc2016, 3.5-windowsservercore-ltsc2016, 3.5 | Dockerfile |
You can retrieve a list of all available tags for dotnet/framework/sdk at https://mcr.microsoft.com/v2/dotnet/framework/sdk/tags/list.
See the .NET Framework Lifecycle FAQ
- We update the supported .NET Framework images within 12 hours of any updates to their base images (e.g. windows/servercore:1909, windows/servercore:ltsc2019, etc.).
- We publish .NET Framework images as part of releasing new versions of .NET Framework including major/minor and servicing.
- File a .NET Framework Docker issue
- Report a .NET Framework problem
- File a Visual Studio Docker Tools issue
- File a Microsoft Container Registry (MCR) issue
- Ask on Stack Overflow
- Contact Microsoft Support
The .NET Framework images use the same license as the Windows Server Core base image.