Skip to content

Commit 8a04420

Browse files
authored
Merge pull request #6347 from Youssef1313/patch-25
Update "Branch Definitions" documentation
2 parents 0f9e323 + f573db8 commit 8a04420

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/NetCore_GettingStarted.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313
|Branch| SDK | Description|
1414
|--------|--------|--------|
1515
|[2.9.x](https://github.com/dotnet/roslyn-analyzers/tree/2.9.x)| Does not ship in the .NET SDK | A special branch compatible with Visual Studio 2017 where security analyzers are shipped from.
16-
|[main](https://github.com/dotnet/roslyn-analyzers/tree/main)| .NET SDK 7.0.0xx | Currently active branch. All work should target this branch unless it is a bugfix for a previous release
16+
|[main](https://github.com/dotnet/roslyn-analyzers/tree/main)| .NET SDK 8.0.0xx | Currently active branch. All work should target this branch unless it is a bugfix for a previous release
1717
|[release/5.0.3xx](https://github.com/dotnet/roslyn-analyzers/tree/release/5.0.3xx)| .NET SDK 5.0.3xx | Servicing branch for the .NET 5 SDK.
18-
|[release/6.0.1xx](https://github.com/dotnet/roslyn-analyzers/tree/release/6.0.1xx)| .NET SDK 6.0.0xx | Servicing branch for the .NET 6 SDK. Currently accepting targeting fixes until the .NET 6 SDK ships
18+
|[release/6.0.1xx](https://github.com/dotnet/roslyn-analyzers/tree/release/6.0.1xx)| .NET SDK 6.0.0xx | Servicing branch for the .NET 6 SDK.
19+
|[release/7.0.1xx](https://github.com/dotnet/roslyn-analyzers/tree/release/7.0.1xx)| .NET SDK 7.0.1xx | Servicing branch for the .NET 7 SDK.
1920

2021
## Definition of done
2122

0 commit comments

Comments
 (0)