2022-05-31 20:12:46 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-12-12 15:03:10 +00:00
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers">
|
2022-05-31 20:12:46 +00:00
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
</PackageReference>
|
2022-12-12 15:03:10 +00:00
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" />
|
2022-05-31 20:12:46 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|