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
Łukasz Bednarczyk 2023-02-08 01:48:06 +01:00 committed by GitHub
parent 8da73ae5c4
commit dc53cfe171
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -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)