Skip to content

Commit 4119fe0

Browse files
committed
updates the branch-guide.md
1 parent 368952d commit 4119fe0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

branch-guide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
Following are the most important branches:
44

5-
- `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 6`
5+
- `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 7`
6+
- `release/net-6`: Contains the code changes specific to the `.NET 6`
67
- `release/net-5`: Contains the code changes specific to the `.NET 5`
78
- `release/net-3.1.1`: Contains the code changes specific to the `.NET 3.1`
89

0 commit comments

Comments
 (0)