Skip to content

Commit 565ee3b

Browse files
committed
Add .NET 10 Runtime to SDK images
1 parent edb6a95 commit 565ee3b

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

eng/dockerfile-templates/sdk/Dockerfile.install-vs-buildtools

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 @^ `

src/sdk/4.8.1/windowsservercore-ltsc2022/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 ^ `

src/sdk/4.8.1/windowsservercore-ltsc2025/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 ^ `

src/sdk/4.8/windowsservercore-ltsc2016/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ RUN `
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 ^ `

src/sdk/4.8/windowsservercore-ltsc2019/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 ^ `

0 commit comments

Comments
 (0)