<style> SonarqubleAnalyzer

This commit is contained in:
2022-12-14 16:30:36 +08:00
parent d913e0b7cc
commit 51943833ed
16 changed files with 156 additions and 124 deletions

8
SonarqubleAnalyzer.props Normal file
View File

@ -0,0 +1,8 @@
<Project>
<ItemGroup>
<PackageReference Include="SonarAnalyzer.CSharp" Version="8.50.0.58025">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>