Skip to content

Commit

Permalink
Turn off scanning for vulnerable dependencies in downstream packages,…
Browse files Browse the repository at this point in the history
… which fails the build on .NET 9 SDK
  • Loading branch information
bkoelman committed Nov 26, 2024
1 parent 93d46c3 commit ec809b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)CodingGuidelines.ruleset</CodeAnalysisRuleSet>
<RunSettingsFilePath>$(MSBuildThisFileDirectory)tests.runsettings</RunSettingsFilePath>
<JsonApiDotNetCoreVersionPrefix>5.6.1</JsonApiDotNetCoreVersionPrefix>
<NuGetAuditMode>direct</NuGetAuditMode>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit ec809b5

Please sign in to comment.