Update building-net-docker-images.md (#28311)
* Update building-net-docker-images.md * Update building-net-docker-images.md * Update aspnetcore/host-and-deploy/docker/building-net-docker-images.md --------- Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>pull/28325/head
parent
8da73ae5c4
commit
dc53cfe171
|
@ -54,7 +54,13 @@ The sample Dockerfile uses the [Docker multi-stage build feature](https://docs.d
|
|||
|
||||
## Prerequisites
|
||||
|
||||
:::moniker range=">= aspnetcore-6.0"
|
||||
:::moniker range=">= aspnetcore-7.0"
|
||||
|
||||
* [.NET SDK 7.0](https://dotnet.microsoft.com/download)
|
||||
|
||||
:::moniker-end
|
||||
|
||||
:::moniker range="= aspnetcore-6.0"
|
||||
|
||||
* [.NET SDK 6.0](https://dotnet.microsoft.com/download)
|
||||
|
||||
|
|
Loading…
Reference in New Issue