Skip to content

Commit 951e28f

Browse files
Downgrade CodeAnalysis
Once again...
1 parent cc3e361 commit 951e28f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Directory.Build.targets

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
<SystemIdentityModelVersion>6.16.0</SystemIdentityModelVersion>
1212

1313
<!-- 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>
14+
<!-- 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>
1516
</PropertyGroup>
1617

1718
<ItemGroup>

0 commit comments

Comments
 (0)