Skip to content

Commit c275a95

Browse files
ANcpLuaclaude
andcommitted
fix: revert phantom BannedApiAnalyzersVersion 4.14.0 to 3.3.4
Version 4.14.0 of Microsoft.CodeAnalysis.BannedApiAnalyzers does not exist on NuGet. Latest stable is 3.3.4 (Jan 2023). The phantom version was introduced in 0a0006c by misreading the NuGet flat container API. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fd825ec commit c275a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Build/Common/Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<PropertyGroup Label="Analyzers">
119119
<ANcpLuaAnalyzersVersion>1.19.4</ANcpLuaAnalyzersVersion>
120120
<SbomTargetsVersion>4.1.5</SbomTargetsVersion>
121-
<BannedApiAnalyzersVersion>4.14.0</BannedApiAnalyzersVersion>
121+
<BannedApiAnalyzersVersion>3.3.4</BannedApiAnalyzersVersion>
122122
<JonSkeetAnalyzersVersion>1.0.0-beta.6</JonSkeetAnalyzersVersion>
123123
</PropertyGroup>
124124

0 commit comments

Comments
 (0)