Skip to content

Commit 2f0c97a

Browse files
committed
降低分析器版本,以减少对高版本 VS/MSBuild 的依赖
1 parent 6c8cfa0 commit 2f0c97a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dotnetCampus.LatestCSharpFeatures.Analyzer/dotnetCampus.LatestCSharpFeatures.Analyzer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
13-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.6.0" />
13+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.5.0" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)