845 B
845 B
eShopOnContainers - BRANCH GUIDE
Following are the most important branches:
dev: Contains the latest code and it is the branch actively developed. Note that all PRs must be against thedevbranch to be considered. This branch is developed using.NET 7release/net-6: Contains the code changes specific to the.NET 6release/net-5: Contains the code changes specific to the.NET 5release/net-3.1.1: Contains the code changes specific to the.NET 3.1
[!DISCLAIMER]: The
mainbranch contains the old code base and will get obsolete in the future. So it's recommended to refer to different tags to avoid any confusion.
Any other branch is considered temporary and could be deleted at any time. Do not submit any PR against them!
Thanks!