Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 4cb3498

Browse files
Update README.md
1 parent e8e65c5 commit 4cb3498

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# eShopOnContainers - Microservices Architecture and Containers based Reference Application (**BETA state** - Visual Studio 2017 and CLI environments compatible)
22
Sample .NET Core reference application, powered by Microsoft, based on a simplified microservices architecture and Docker containers. <p>
33

4+
**NOTE ON VS 2017 VERSION NEEDED**
5+
For the code at the MASTER branch (this one), you can use VS 2017 RTM v 15.6.
6+
For the code at the DEV branch, you need use VS 2017 RTM v 15.7 (Currently in PREVIEW state).
7+
For both branches, you can also use Docker CLI (docker-compose up)
8+
9+
**Note for Pull Requests (PRs)**: We accept pull request from the community. When doing it, please do it onto the **DEV branch** which is the consolidated work-in-progress branch. **Do not request it onto Master branch**, if possible.
10+
411
**NEWS / ANNOUNCEMENTS**
512
Do you want to be up-to-date on .NET Architecture guidance and reference apps like eShopOnContainers? --> Subscribe by "WATCHING" this new GitHub repo: https://github.com/dotnet-architecture/News
613

7-
**Note for Pull Requests**: We accept pull request from the community. When doing it, please do it onto the DEV branch which is the consolidated work-in-progress branch. Do not request it onto Master, if possible.
8-
914
## Updated for .NET Core 2.0 "wave" of technologies
1015
NOTE: We have migrated the whole server-side solution to .NET Core 2.0 "wave". Not just compilation but also new recommended code in EF Core 2.0, ASP.NET Core 2.0, and other new related versions.
1116

0 commit comments

Comments
 (0)