Skip to content

Commit 08d332c

Browse files
committed
Update NuGet CLI version
1 parent 030e9ab commit 08d332c

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

manifest.versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"kb|ltsc2025|default": "$(kb|ltsc2025|4.8.1)",
4141
"lcu|ltsc2025|default": "$(lcu|ltsc2025|4.8.1)",
4242

43-
"nuget|version": "6.11.1",
43+
"nuget|version": "6.12.2",
4444

4545
"vs|version": "17.12",
4646
"vs|testAgentUrl": "https://aka.ms/vs/17/release/vs_TestAgent.exe",

src/sdk/3.5/windowsservercore-ltsc2016/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN `
3636
&& %windir%\Microsoft.NET\Framework\v4.0.30319\ngen update
3737

3838
# Install NuGet CLI
39-
ENV NUGET_VERSION=6.11.1
39+
ENV NUGET_VERSION=6.12.2
4040
RUN mkdir "%ProgramFiles%\NuGet\latest" `
4141
&& powershell -Command `
4242
$ProgressPreference = 'SilentlyContinue'; `

src/sdk/3.5/windowsservercore-ltsc2019/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV `
77
# Do not generate certificate
88
DOTNET_GENERATE_ASPNET_CERTIFICATE=false `
99
# NuGet version to install
10-
NUGET_VERSION=6.11.1 `
10+
NUGET_VERSION=6.12.2 `
1111
# Install location of Roslyn
1212
ROSLYN_COMPILER_LOCATION="C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\Bin\Roslyn"
1313

src/sdk/3.5/windowsservercore-ltsc2022/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENV `
99
# Enable correct mode for dotnet watch (only mode supported in a container)
1010
DOTNET_USE_POLLING_FILE_WATCHER=true `
1111
# NuGet version to install
12-
NUGET_VERSION=6.11.1 `
12+
NUGET_VERSION=6.12.2 `
1313
# Install location of Roslyn
1414
ROSLYN_COMPILER_LOCATION="C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\Bin\Roslyn"
1515

src/sdk/3.5/windowsservercore-ltsc2025/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENV `
99
# Enable correct mode for dotnet watch (only mode supported in a container)
1010
DOTNET_USE_POLLING_FILE_WATCHER=true `
1111
# NuGet version to install
12-
NUGET_VERSION=6.11.1 `
12+
NUGET_VERSION=6.12.2 `
1313
# Install location of Roslyn
1414
ROSLYN_COMPILER_LOCATION="C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\Bin\Roslyn"
1515

src/sdk/4.8.1/windowsservercore-ltsc2022/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENV `
99
# Enable correct mode for dotnet watch (only mode supported in a container)
1010
DOTNET_USE_POLLING_FILE_WATCHER=true `
1111
# NuGet version to install
12-
NUGET_VERSION=6.11.1 `
12+
NUGET_VERSION=6.12.2 `
1313
# Install location of Roslyn
1414
ROSLYN_COMPILER_LOCATION="C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\Bin\Roslyn"
1515

src/sdk/4.8.1/windowsservercore-ltsc2025/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENV `
99
# Enable correct mode for dotnet watch (only mode supported in a container)
1010
DOTNET_USE_POLLING_FILE_WATCHER=true `
1111
# NuGet version to install
12-
NUGET_VERSION=6.11.1 `
12+
NUGET_VERSION=6.12.2 `
1313
# Install location of Roslyn
1414
ROSLYN_COMPILER_LOCATION="C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\Bin\Roslyn"
1515

src/sdk/4.8/windowsservercore-ltsc2016/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG REPO=mcr.microsoft.com/dotnet/framework/runtime
44
FROM $REPO:4.8-20241112-windowsservercore-ltsc2016
55

66
# Install NuGet CLI
7-
ENV NUGET_VERSION=6.11.1
7+
ENV NUGET_VERSION=6.12.2
88
RUN mkdir "%ProgramFiles%\NuGet\latest" `
99
&& powershell -Command `
1010
$ProgressPreference = 'SilentlyContinue'; `

src/sdk/4.8/windowsservercore-ltsc2019/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV `
77
# Do not generate certificate
88
DOTNET_GENERATE_ASPNET_CERTIFICATE=false `
99
# NuGet version to install
10-
NUGET_VERSION=6.11.1 `
10+
NUGET_VERSION=6.12.2 `
1111
# Install location of Roslyn
1212
ROSLYN_COMPILER_LOCATION="C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\Bin\Roslyn"
1313

src/sdk/4.8/windowsservercore-ltsc2022/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENV `
99
# Enable correct mode for dotnet watch (only mode supported in a container)
1010
DOTNET_USE_POLLING_FILE_WATCHER=true `
1111
# NuGet version to install
12-
NUGET_VERSION=6.11.1 `
12+
NUGET_VERSION=6.12.2 `
1313
# Install location of Roslyn
1414
ROSLYN_COMPILER_LOCATION="C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\Bin\Roslyn"
1515

0 commit comments

Comments
 (0)