We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc3e361 commit 951e28fCopy full SHA for 951e28f
1 file changed
Directory.Build.targets
@@ -11,7 +11,8 @@
11
<SystemIdentityModelVersion>6.16.0</SystemIdentityModelVersion>
12
13
<!-- Do not bump these dependencies if you don't want to force users to use newer .NET Core SDK -->
14
- <CodeAnalysisVersion>4.1.0</CodeAnalysisVersion>
+ <!-- Keep the major.minor values at exactly the one listed here: https://github.com/dotnet/roslyn/blob/main/docs/wiki/NuGet-packages.md -->
15
+ <CodeAnalysisVersion>4.0.1</CodeAnalysisVersion>
16
</PropertyGroup>
17
18
<ItemGroup>
0 commit comments