mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
24 lines
705 B
XML
24 lines
705 B
XML
<Project>
|
|
|
|
<PropertyGroup>
|
|
<SignAssembly>True</SignAssembly>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<CodeAnalysisRuleSet>$(RepoRoot)build\Cosmos.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<RoslynAnalyzer Include="Microsoft.CodeAnalysis.Analyzers" />
|
|
<RoslynAnalyzer Include="Microsoft.CodeQuality.Analyzers" />
|
|
<RoslynAnalyzer Include="Microsoft.NetCore.Analyzers" />
|
|
<RoslynAnalyzer Include="Microsoft.NetFramework.Analyzers" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="@(RoslynAnalyzer)" PrivateAssets="All" />
|
|
</ItemGroup>
|
|
|
|
<Import Project="build\Targets\Import.targets" />
|
|
|
|
</Project>
|