Skip to content

Commit ec809b5

Browse files
committed
Turn off scanning for vulnerable dependencies in downstream packages, which fails the build on .NET 9 SDK
1 parent 93d46c3 commit ec809b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Directory.Build.props

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)CodingGuidelines.ruleset</CodeAnalysisRuleSet>
1111
<RunSettingsFilePath>$(MSBuildThisFileDirectory)tests.runsettings</RunSettingsFilePath>
1212
<JsonApiDotNetCoreVersionPrefix>5.6.1</JsonApiDotNetCoreVersionPrefix>
13+
<NuGetAuditMode>direct</NuGetAuditMode>
1314
</PropertyGroup>
1415

1516
<PropertyGroup>

0 commit comments

Comments
 (0)