Skip to content

Commit 5cd6e48

Browse files
docs: add .NET 9 SDK download link (#45464)
1 parent 8d5d8df commit 5cd6e48

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/core/docker/build-container.md

+11
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,19 @@ You explore the Docker container build and deploy tasks for a .NET application.
3333

3434
Install the following prerequisites:
3535

36+
:::zone pivot="dotnet-9-0"
37+
38+
- [.NET 9+ SDK](https://dotnet.microsoft.com/download/dotnet/9.0).\
39+
If you have .NET installed, use the `dotnet --info` command to determine which SDK you're using.
40+
41+
:::zone-end
42+
:::zone pivot="dotnet-8-0"
43+
3644
- [.NET 8+ SDK](https://dotnet.microsoft.com/download/dotnet/8.0).\
3745
If you have .NET installed, use the `dotnet --info` command to determine which SDK you're using.
46+
47+
:::zone-end
48+
3849
- [Docker Community Edition](https://www.docker.com/products/docker-desktop).
3950
- A temporary working folder for the _Dockerfile_ and .NET example app. In this tutorial, the name _docker-working_ is used as the working folder.
4051

0 commit comments

Comments
 (0)