Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,25 +64,25 @@ Additionally, .NET Framework 4.8 and 4.8.1 can run apps that were built targetin

Tag | Dockerfile
---------| ---------------
4.8.1-20251118-windowsservercore-ltsc2025, 4.8.1-windowsservercore-ltsc2025, 4.8.1 | [Dockerfile](src/sdk/4.8.1/windowsservercore-ltsc2025/Dockerfile)
4.8.1-20251209-windowsservercore-ltsc2025, 4.8.1-windowsservercore-ltsc2025, 4.8.1 | [Dockerfile](src/sdk/4.8.1/windowsservercore-ltsc2025/Dockerfile)

### Windows Server Core 2022 amd64 Tags

Tag | Dockerfile
---------| ---------------
4.8.1-20251118-windowsservercore-ltsc2022, 4.8.1-windowsservercore-ltsc2022, 4.8.1 | [Dockerfile](src/sdk/4.8.1/windowsservercore-ltsc2022/Dockerfile)
4.8.1-20251209-windowsservercore-ltsc2022, 4.8.1-windowsservercore-ltsc2022, 4.8.1 | [Dockerfile](src/sdk/4.8.1/windowsservercore-ltsc2022/Dockerfile)

### Windows Server Core 2019 amd64 Tags

Tag | Dockerfile
---------| ---------------
4.8-20251118-windowsservercore-ltsc2019, 4.8-windowsservercore-ltsc2019, 4.8, latest | [Dockerfile](src/sdk/4.8/windowsservercore-ltsc2019/Dockerfile)
4.8-20251209-windowsservercore-ltsc2019, 4.8-windowsservercore-ltsc2019, 4.8, latest | [Dockerfile](src/sdk/4.8/windowsservercore-ltsc2019/Dockerfile)

### Windows Server Core 2016 amd64 Tags

Tag | Dockerfile
---------| ---------------
4.8-20251118-windowsservercore-ltsc2016, 4.8-windowsservercore-ltsc2016, 4.8, latest | [Dockerfile](src/sdk/4.8/windowsservercore-ltsc2016/Dockerfile)
4.8-20251209-windowsservercore-ltsc2016, 4.8-windowsservercore-ltsc2016, 4.8, latest | [Dockerfile](src/sdk/4.8/windowsservercore-ltsc2016/Dockerfile)
<!--End of generated tags-->

*Tags not listed in the table above are not supported. See the [Supported Tags Policy](https://github.com/dotnet/dotnet-docker/blob/main/documentation/supported-tags.md).
Expand Down
2 changes: 1 addition & 1 deletion manifest.datestamps.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"variables": {
"CurrentReleaseDateStamp": "20251118",
"CurrentReleaseDateStamp": "20251209",
"PreviousReleaseDateStamp": "20251014",
"RuntimeReleaseDateStamp": "$(PreviousReleaseDateStamp)",
"AspnetReleaseDateStamp": "$(PreviousReleaseDateStamp)",
Expand Down
2 changes: 1 addition & 1 deletion manifest.versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lcu|ltsc2022|4.8.1": "https://catalog.s.download.windowsupdate.com/c/msdownload/update/software/secu/2025/09/windows10.0-kb5066134-x64-ndp481_103b0d4cef1c6b42632f1cb043725ded0fce0ed3.msu",
"kb|ltsc2025|4.8.1": "KB5066131",
"lcu|ltsc2025|4.8.1": "https://catalog.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/035cd7e9-5769-4168-80e4-d73bc6b746c8/public/windows11.0-kb5066131-x64-ndp481_b2ab1290d276d5cb9c9d03dce5ad2d6e2b66f615.msu",
"nuget|version": "6.14.0",
"nuget|version": "7.0.1",
"referenceassemblies|version": "1.0.3",
"servicemonitor|version": "2.0.1.10",
"servicemonitor|url": "https://github.com/microsoft/IIS.ServiceMonitor/releases/download/v$(servicemonitor|version)/ServiceMonitor.exe",
Expand Down
2 changes: 1 addition & 1 deletion src/sdk/4.8.1/windowsservercore-ltsc2022/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV `
# Enable correct mode for dotnet watch (only mode supported in a container)
DOTNET_USE_POLLING_FILE_WATCHER=true `
# NuGet version to install
NUGET_VERSION=6.14.0 `
NUGET_VERSION=7.0.1 `
# Install location of Roslyn
ROSLYN_COMPILER_LOCATION="C:\Program Files (x86)\Microsoft Visual Studio\18\BuildTools\MSBuild\Current\Bin\Roslyn"

Expand Down
2 changes: 1 addition & 1 deletion src/sdk/4.8.1/windowsservercore-ltsc2025/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV `
# Enable correct mode for dotnet watch (only mode supported in a container)
DOTNET_USE_POLLING_FILE_WATCHER=true `
# NuGet version to install
NUGET_VERSION=6.14.0 `
NUGET_VERSION=7.0.1 `
# Install location of Roslyn
ROSLYN_COMPILER_LOCATION="C:\Program Files (x86)\Microsoft Visual Studio\18\BuildTools\MSBuild\Current\Bin\Roslyn"

Expand Down
2 changes: 1 addition & 1 deletion src/sdk/4.8/windowsservercore-ltsc2016/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG REPO=mcr.microsoft.com/dotnet/framework/runtime
FROM $REPO:4.8-20251014-windowsservercore-ltsc2016

# Install NuGet CLI
ENV NUGET_VERSION=6.14.0
ENV NUGET_VERSION=7.0.1
RUN mkdir "%ProgramFiles%\NuGet\latest" `
&& powershell -Command `
$ProgressPreference = 'SilentlyContinue'; `
Expand Down
2 changes: 1 addition & 1 deletion src/sdk/4.8/windowsservercore-ltsc2019/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV `
# Do not generate certificate
DOTNET_GENERATE_ASPNET_CERTIFICATE=false `
# NuGet version to install
NUGET_VERSION=6.14.0 `
NUGET_VERSION=7.0.1 `
# Install location of Roslyn
ROSLYN_COMPILER_LOCATION="C:\Program Files (x86)\Microsoft Visual Studio\18\BuildTools\MSBuild\Current\Bin\Roslyn"

Expand Down
Loading