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 40f68a9 commit 8423b64
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="dotnetCampus.LatestCSharpFeatures" Version="12.0.0" PrivateAssets="all" />
<PackageReference Include="dotnetCampus.LatestCSharpFeatures" Version="12.0.1" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.9.2" PrivateAssets="all" />
<!-- 当前龙芯的 dotnet SDK 是 8.0.7 ,能支持的最高分析器版本为 4.8.0,详细请参阅 https://ftp.loongnix.cn/dotnet/ -->
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.8.0" PrivateAssets="all" />
<PackageReference Include="Samboy063.Tomlet" Version="5.3.1" PrivateAssets="all" />
<PackageReference Include="YamlDotNet" Version="15.1.4" PrivateAssets="all" />
</ItemGroup>
Expand Down

0 comments on commit 8423b64

Please sign in to comment.