You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,18 @@ Samples
17
17
18
18
The following samples show different ways to use .NET images.
19
19
20
+
### .NET Framework 4.7
21
+
22
+
-[dotnetapp-4.7](dotnetapp-4.7) - This sample demonstrates how to build a Docker image for a .NET Framework 4.7 application. It can also be used with applications built for earlier .NET 4.x versions of the .NET Framework.
23
+
24
+
20
25
### .NET Framework 4.6.2
21
26
22
-
-[dotnetapp-4.6.2](dotnetapp-4.6.2) - This sample demonstrates how to build a Docker image for a .NET Framework 4.6.2 application.
27
+
-[dotnetapp-4.6.2](dotnetapp-4.6.2) - This sample demonstrates how to build a Docker image for a .NET Framework 4.6.2 application. It can also be used with applications built for earlier .NET 4.x versions of the .NET Framework.
23
28
24
29
### .NET Framework 3.5
25
30
26
-
-[dotnetapp-3.5](dotnetapp-3.5) - This sample demonstrates how to build a Docker image for a .NET Framework 3.5 application.
31
+
-[dotnetapp-3.5](dotnetapp-3.5) - This sample demonstrates how to build a Docker image for a .NET Framework 3.5 application. It can also be used with applications built for earlier versions of the .NET Framework.
27
32
28
33
### ASP.NET Web Forms using .NET Framework 4.6.2
29
34
@@ -43,4 +48,3 @@ See the following related Docker Hub repos:
43
48
See the following related GitHub repos:
44
49
45
50
-[dotnet/dotnet-docker-samples](https://github.com/dotnet/dotnet-docker-samples/) for .NET Core samples.
0 commit comments