File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
windowsservercore-ltsc2016
windowsservercore-ltsc2019
windowsservercore-ltsc2022
windowsservercore-ltsc2025
windowsservercore-ltsc2022
windowsservercore-ltsc2025
windowsservercore-ltsc2016
windowsservercore-ltsc2019
windowsservercore-ltsc2022 Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 3636 && %windir%\M icrosoft.NET\F ramework\v 4.0.30319\n gen update
3737
3838# Install NuGet CLI
39- ENV NUGET_VERSION=6.11.1
39+ ENV NUGET_VERSION=6.12.2
4040RUN mkdir "%ProgramFiles%\N uGet\l atest" `
4141 && powershell -Command `
4242 $ProgressPreference = 'SilentlyContinue' ; `
Original file line number Diff line number Diff line change 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:\P rogram Files (x86)\M icrosoft Visual Studio\2 022\B uildTools\M SBuild\C urrent\B in\R oslyn"
1313
Original file line number Diff line number Diff line change 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:\P rogram Files (x86)\M icrosoft Visual Studio\2 022\B uildTools\M SBuild\C urrent\B in\R oslyn"
1515
Original file line number Diff line number Diff line change 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:\P rogram Files (x86)\M icrosoft Visual Studio\2 022\B uildTools\M SBuild\C urrent\B in\R oslyn"
1515
Original file line number Diff line number Diff line change 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:\P rogram Files (x86)\M icrosoft Visual Studio\2 022\B uildTools\M SBuild\C urrent\B in\R oslyn"
1515
Original file line number Diff line number Diff line change 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:\P rogram Files (x86)\M icrosoft Visual Studio\2 022\B uildTools\M SBuild\C urrent\B in\R oslyn"
1515
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG REPO=mcr.microsoft.com/dotnet/framework/runtime
44FROM $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
88RUN mkdir "%ProgramFiles%\N uGet\l atest" `
99 && powershell -Command `
1010 $ProgressPreference = 'SilentlyContinue' ; `
Original file line number Diff line number Diff line change 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:\P rogram Files (x86)\M icrosoft Visual Studio\2 022\B uildTools\M SBuild\C urrent\B in\R oslyn"
1313
Original file line number Diff line number Diff line change 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:\P rogram Files (x86)\M icrosoft Visual Studio\2 022\B uildTools\M SBuild\C urrent\B in\R oslyn"
1515
You can’t perform that action at this time.
0 commit comments