Files

15 lines
461 B
XML
Raw Permalink Normal View History

2025-10-03 02:10:17 +08:00
<Project Sdk="Microsoft.NET.Sdk">
2025-10-03 19:37:52 +08:00
<PropertyGroup>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.13.0" />
</ItemGroup>
2025-10-03 02:10:17 +08:00
</Project>