You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
557 B

7 years ago
7 years ago
7 years ago
  1. # eShopOnContainers - BRANCH GUIDE
  2. Following are the most important branches:
  3. - `dev`: Contains the latest code **and it is the branch actively developed**. Note that **all PRs must be against the `dev` branch to be considered**. This branch is developed using `.NET 5`
  4. - `main`: Synced time to time from `dev`.It contains "stable" code, although not the latest one. Right now, this branch contains changes specific to `.NET Core 3.1`
  5. Any other branch is considered temporary and could be deleted at any time. Do not submit any PR against them!
  6. Thanks!