You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branch-guide.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,8 @@
2
2
3
3
Following are the most important branches:
4
4
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`
6
7
-`release/net-5`: Contains the code changes specific to the `.NET 5`
7
8
-`release/net-3.1.1`: Contains the code changes specific to the `.NET 3.1`
0 commit comments