File tree 1 file changed +11
-0
lines changed
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.
33
33
34
34
Install the following prerequisites:
35
35
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
+
36
44
- [ .NET 8+ SDK] ( https://dotnet.microsoft.com/download/dotnet/8.0 ) .\
37
45
If you have .NET installed, use the ` dotnet --info ` command to determine which SDK you're using.
46
+
47
+ ::: zone-end
48
+
38
49
- [ Docker Community Edition] ( https://www.docker.com/products/docker-desktop ) .
39
50
- A temporary working folder for the _ Dockerfile_ and .NET example app. In this tutorial, the name _ docker-working_ is used as the working folder.
40
51
You can’t perform that action at this time.
0 commit comments