Skip to content

Commit ac509fe

Browse files
committed
Update README for 4.7
1 parent 74e5ba1 commit ac509fe

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Diff for: README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,18 @@ Samples
1717

1818
The following samples show different ways to use .NET images.
1919

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+
2025
### .NET Framework 4.6.2
2126

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.
2328

2429
### .NET Framework 3.5
2530

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.
2732

2833
### ASP.NET Web Forms using .NET Framework 4.6.2
2934

@@ -43,4 +48,3 @@ See the following related Docker Hub repos:
4348
See the following related GitHub repos:
4449

4550
- [dotnet/dotnet-docker-samples](https://github.com/dotnet/dotnet-docker-samples/) for .NET Core samples.
46-

0 commit comments

Comments
 (0)