Skip to content

Commit 1b5579d

Browse files
authored
Update Roslyn package version in support doc
A new Roslyn 4.3.x package was released and the old package was unlisted. See https://www.nuget.org/packages/Microsoft.CodeAnalysis.Common/4.3.1
1 parent 64b6de9 commit 1b5579d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extensibility/roslyn-version-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ As an example, to ensure that your custom analyzer works on all versions of Visu
2323

2424
| Roslyn package version | Minimum supported Visual Studio version |
2525
| - | - |
26-
| 4.3.0 | Visual Studio 2022 version 17.3 |
26+
| 4.3.1 | Visual Studio 2022 version 17.3 |
2727
| 4.2.0 | Visual Studio 2022 version 17.2 |
2828
| 4.1.0 | Visual Studio 2022 version 17.1 |
2929
| 4.0.1 | Visual Studio 2022 RTM |

0 commit comments

Comments
 (0)