Skip to content

Commit eb05ec3

Browse files
authored
Merge pull request #5 from dotnet-campus/t/lindexi/LoongArch64
降低分析器版本支持龙芯
2 parents c00e7cc + d70a6f4 commit eb05ec3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

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

1617
<ItemGroup>

0 commit comments

Comments
 (0)