We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf6be8 commit cfe159bCopy full SHA for cfe159b
Directory.Build.props
@@ -10,6 +10,8 @@
10
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)CodingGuidelines.ruleset</CodeAnalysisRuleSet>
11
<RunSettingsFilePath>$(MSBuildThisFileDirectory)tests.runsettings</RunSettingsFilePath>
12
<JsonApiDotNetCoreVersionPrefix>5.6.1</JsonApiDotNetCoreVersionPrefix>
13
+ <NuGetAuditMode>direct</NuGetAuditMode>
14
+ <NoWarn>$(NoWarn);NETSDK1215</NoWarn>
15
</PropertyGroup>
16
17
<PropertyGroup>
0 commit comments