From 4119fe06dcb99c96218e774f2f408f105ae2ad4e Mon Sep 17 00:00:00 2001 From: Tarun Jain Date: Mon, 6 Feb 2023 16:20:32 +0530 Subject: [PATCH] updates the branch-guide.md --- branch-guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/branch-guide.md b/branch-guide.md index 633dc8faf..decce0bc4 100644 --- a/branch-guide.md +++ b/branch-guide.md @@ -2,7 +2,8 @@ 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 the `dev` branch to be considered**. This branch is developed using `.NET 6` +- `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` +- `release/net-6`: Contains the code changes specific to the `.NET 6` - `release/net-5`: Contains the code changes specific to the `.NET 5` - `release/net-3.1.1`: Contains the code changes specific to the `.NET 3.1`