File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,19 @@ You explore the Docker container build and deploy tasks for a .NET application.
3333
3434Install 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 ) .\
3745If 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
You can’t perform that action at this time.
0 commit comments