File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed
eng/dockerfile-templates/sdk
windowsservercore-ltsc2022
windowsservercore-ltsc2025
windowsservercore-ltsc2016
windowsservercore-ltsc2019 Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ else:curl -fSLo vs_BuildTools.exe {{vsBuildToolsUrl}} `}}
3232 --add Microsoft.Net.Component.{{sdkVersion}}.SDK @^ `
3333 --add Microsoft.NetCore.Component.Runtime.8.0 @^ `
3434 --add Microsoft.NetCore.Component.Runtime.9.0 @^ `
35+ --add Microsoft.NetCore.Component.Runtime.10.0 @^ `
3536 --add Microsoft.NetCore.Component.SDK @^ `
3637 --add Microsoft.VisualStudio.Component.NuGet.BuildTools @^ `
3738 --add Microsoft.VisualStudio.Component.WebDeploy @^ `
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ RUN curl -fSLo vs_BuildTools.exe https://aka.ms/vs/stable/vs_BuildTools.exe `
2626 --add Microsoft.Net.Component.4.8.1.SDK ^ `
2727 --add Microsoft.NetCore.Component.Runtime.8.0 ^ `
2828 --add Microsoft.NetCore.Component.Runtime.9.0 ^ `
29+ --add Microsoft.NetCore.Component.Runtime.10.0 ^ `
2930 --add Microsoft.NetCore.Component.SDK ^ `
3031 --add Microsoft.VisualStudio.Component.NuGet.BuildTools ^ `
3132 --add Microsoft.VisualStudio.Component.WebDeploy ^ `
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ RUN curl -fSLo vs_BuildTools.exe https://aka.ms/vs/stable/vs_BuildTools.exe `
2626 --add Microsoft.Net.Component.4.8.1.SDK ^ `
2727 --add Microsoft.NetCore.Component.Runtime.8.0 ^ `
2828 --add Microsoft.NetCore.Component.Runtime.9.0 ^ `
29+ --add Microsoft.NetCore.Component.Runtime.10.0 ^ `
2930 --add Microsoft.NetCore.Component.SDK ^ `
3031 --add Microsoft.VisualStudio.Component.NuGet.BuildTools ^ `
3132 --add Microsoft.VisualStudio.Component.WebDeploy ^ `
Original file line number Diff line number Diff line change 4646 --add Microsoft.Net.Component.4.8.SDK ^ `
4747 --add Microsoft.NetCore.Component.Runtime.8.0 ^ `
4848 --add Microsoft.NetCore.Component.Runtime.9.0 ^ `
49+ --add Microsoft.NetCore.Component.Runtime.10.0 ^ `
4950 --add Microsoft.NetCore.Component.SDK ^ `
5051 --add Microsoft.VisualStudio.Component.NuGet.BuildTools ^ `
5152 --add Microsoft.VisualStudio.Component.WebDeploy ^ `
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ RUN curl -fSLo vs_BuildTools.exe https://aka.ms/vs/stable/vs_BuildTools.exe `
2424 --add Microsoft.Net.Component.4.8.SDK ^ `
2525 --add Microsoft.NetCore.Component.Runtime.8.0 ^ `
2626 --add Microsoft.NetCore.Component.Runtime.9.0 ^ `
27+ --add Microsoft.NetCore.Component.Runtime.10.0 ^ `
2728 --add Microsoft.NetCore.Component.SDK ^ `
2829 --add Microsoft.VisualStudio.Component.NuGet.BuildTools ^ `
2930 --add Microsoft.VisualStudio.Component.WebDeploy ^ `
You can’t perform that action at this time.
0 commit comments