Skip to content

Commit

Permalink
Fix broken build on .NET 9 SDK
Browse files Browse the repository at this point in the history
- Turn off scanning for vulnerable dependencies in downstream packages
- Turn off warning when targeting NETSTANDARD 1.x
  • Loading branch information
bkoelman committed Nov 26, 2024
1 parent 7bf6be8 commit cfe159b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)CodingGuidelines.ruleset</CodeAnalysisRuleSet>
<RunSettingsFilePath>$(MSBuildThisFileDirectory)tests.runsettings</RunSettingsFilePath>
<JsonApiDotNetCoreVersionPrefix>5.6.1</JsonApiDotNetCoreVersionPrefix>
<NuGetAuditMode>direct</NuGetAuditMode>
<NoWarn>$(NoWarn);NETSDK1215</NoWarn>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit cfe159b

Please sign in to comment.