From ad8c8054fe7fe1982613acd2015be4f404d6820c Mon Sep 17 00:00:00 2001 From: Tarun Jain Date: Mon, 6 Feb 2023 16:29:19 +0530 Subject: [PATCH] updated Contributing.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ccb80afb8..75ea5b017 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,7 +47,7 @@ All contributions must be submitted as a [Pull Request (PR)](https://help.github The main branches are **`dev`** and **`master`**: - **`dev`**: Contains the latest code **and it is the branch actively developed**. -**All PRs must be against `dev` branch to be considered**. This branch is developed using `.NET 5` +**All PRs must be against `dev` branch to be considered**. This branch is developed using `.NET 7` - **`main`**: Synced from time to time from **`dev`**. It contains "stable" code.This branch contains changes specific to `.NET Core 3.1` (**Keep in mind "stable" does not mean PRODUCTION-READY!**)