Skip to content

Commit

Permalink
Merge pull request #653 from WildGums/GitHubSync/20240325-214957
Browse files Browse the repository at this point in the history
GitHubSync update
  • Loading branch information
GeertvanHorrik authored Mar 25, 2024
2 parents 73c3a44 + 8712ae4 commit 965b418
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, see https://learn.microsoft.com/en-us/nuget/concepts/auditing-packages -->
<PropertyGroup>
<!-- 'all' means even indirect packages, 'direct' means only direct dependencies -->
<NuGetAuditMode>direct</NuGetAuditMode>
<!-- Low means even low vulnerabilities will be reported -->
<NuGetAuditLevel>low</NuGetAuditLevel>
</PropertyGroup>

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

0 comments on commit 965b418

Please sign in to comment.