Skip to content

Commit 78ae8a2

Browse files
committed
Remove .NET 6 from SDK images
1 parent f88ffd4 commit 78ae8a2

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

eng/dockerfile-templates/sdk/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ RUN `
5454
--installPath "%ProgramFiles(x86)%\Microsoft Visual Studio\2022\BuildTools" @^ `
5555
--add Microsoft.Component.ClickOnce.MSBuild @^ `
5656
--add Microsoft.Net.Component.{{sdkVersion}}.SDK @^ `
57-
--add Microsoft.NetCore.Component.Runtime.6.0 @^ `
5857
--add Microsoft.NetCore.Component.Runtime.8.0 @^ `
5958
--add Microsoft.NetCore.Component.Runtime.9.0 @^ `
6059
--add Microsoft.NetCore.Component.SDK @^ `

src/sdk/3.5/windowsservercore-ltsc2019/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ RUN `
4949
--installPath "%ProgramFiles(x86)%\Microsoft Visual Studio\2022\BuildTools" ^ `
5050
--add Microsoft.Component.ClickOnce.MSBuild ^ `
5151
--add Microsoft.Net.Component.4.8.SDK ^ `
52-
--add Microsoft.NetCore.Component.Runtime.6.0 ^ `
5352
--add Microsoft.NetCore.Component.Runtime.8.0 ^ `
5453
--add Microsoft.NetCore.Component.Runtime.9.0 ^ `
5554
--add Microsoft.NetCore.Component.SDK ^ `

src/sdk/3.5/windowsservercore-ltsc2022/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ RUN `
3232
--installPath "%ProgramFiles(x86)%\Microsoft Visual Studio\2022\BuildTools" ^ `
3333
--add Microsoft.Component.ClickOnce.MSBuild ^ `
3434
--add Microsoft.Net.Component.4.8.SDK ^ `
35-
--add Microsoft.NetCore.Component.Runtime.6.0 ^ `
3635
--add Microsoft.NetCore.Component.Runtime.8.0 ^ `
3736
--add Microsoft.NetCore.Component.Runtime.9.0 ^ `
3837
--add Microsoft.NetCore.Component.SDK ^ `

src/sdk/4.8.1/windowsservercore-ltsc2022/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ RUN `
3232
--installPath "%ProgramFiles(x86)%\Microsoft Visual Studio\2022\BuildTools" ^ `
3333
--add Microsoft.Component.ClickOnce.MSBuild ^ `
3434
--add Microsoft.Net.Component.4.8.1.SDK ^ `
35-
--add Microsoft.NetCore.Component.Runtime.6.0 ^ `
3635
--add Microsoft.NetCore.Component.Runtime.8.0 ^ `
3736
--add Microsoft.NetCore.Component.Runtime.9.0 ^ `
3837
--add Microsoft.NetCore.Component.SDK ^ `

src/sdk/4.8/windowsservercore-ltsc2019/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ RUN `
3030
--installPath "%ProgramFiles(x86)%\Microsoft Visual Studio\2022\BuildTools" ^ `
3131
--add Microsoft.Component.ClickOnce.MSBuild ^ `
3232
--add Microsoft.Net.Component.4.8.SDK ^ `
33-
--add Microsoft.NetCore.Component.Runtime.6.0 ^ `
3433
--add Microsoft.NetCore.Component.Runtime.8.0 ^ `
3534
--add Microsoft.NetCore.Component.Runtime.9.0 ^ `
3635
--add Microsoft.NetCore.Component.SDK ^ `

src/sdk/4.8/windowsservercore-ltsc2022/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ RUN `
3232
--installPath "%ProgramFiles(x86)%\Microsoft Visual Studio\2022\BuildTools" ^ `
3333
--add Microsoft.Component.ClickOnce.MSBuild ^ `
3434
--add Microsoft.Net.Component.4.8.SDK ^ `
35-
--add Microsoft.NetCore.Component.Runtime.6.0 ^ `
3635
--add Microsoft.NetCore.Component.Runtime.8.0 ^ `
3736
--add Microsoft.NetCore.Component.Runtime.9.0 ^ `
3837
--add Microsoft.NetCore.Component.SDK ^ `

0 commit comments

Comments
 (0)