Skip to content

Commit

Permalink
降低分析器版本支持龙芯
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Nov 8, 2024
1 parent c00e7cc commit d70a6f4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
<!-- 当前 2024.11 龙芯的最新 dotnet sdk 为 8.0.7 版本,这个版本分析器对应的是 4.8.0 版本。为了支持龙芯构建,降低分析器版本。详细请参阅 https://ftp.loongnix.cn/dotnet/ -->
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit d70a6f4

Please sign in to comment.