From 7dcf3845d671589589f2db1037af0efa50cf8213 Mon Sep 17 00:00:00 2001 From: Eric Fleming Date: Fri, 10 Apr 2020 12:50:30 -0600 Subject: [PATCH] Adding community extensions section to the readme (#364) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4e06471..6054ef0 100644 --- a/README.md +++ b/README.md @@ -101,3 +101,8 @@ You can run the Web sample by running these commands from the root folder (where You should be able to make requests to localhost:5106 once these commands complete. You can also run the Web application by using the instructions located in its `Dockerfile` file in the root of the project. Again, run these commands from the root of the solution (where the .sln file is located). + +## Community Extensions +We have some great contributions from the community, and while these aren't maintained by Microsoft we still want to highlight them. + +[eShopOnWeb VB.NET](https://github.com/VBAndCs/eShopOnWeb_VB.NET) by Mohammad Hamdy Ghanem