Skip to content

Commit

Permalink
Merge pull request #327 from Catel/GitHubSync/20240325-143005
Browse files Browse the repository at this point in the history
GitHubSync update
  • Loading branch information
GeertvanHorrik authored Mar 25, 2024
2 parents 96efd78 + 846e8b8 commit 65aef14
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Directory.Build.shared.implicit.props
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<!-- NuGet auditing -->
<ItemGroup>
<!-- All means even indirect packages -->
<NuGetAuditMode>all</NuGetAuditMode>
<!-- Low means even low vulnerabilities will be reported -->
<NuGetAuditLevel>low</NuGetAuditLevel>
</ItemGroup>

<ItemGroup>
<Compile Include="..\*.cs">
<SonarQubeExclude>true</SonarQubeExclude>
Expand Down

0 comments on commit 65aef14

Please sign in to comment.