Pavel Tupitsyn created IGNITE-22751:
---------------------------------------
Summary: .NET: Enable NuGet audit
Key: IGNITE-22751
URL: https://issues.apache.org/jira/browse/IGNITE-22751
Project: Ignite
Issue Type: Improvement
Components: platforms, thin client
Affects Versions: 3.0.0-beta1
Reporter: Pavel Tupitsyn
Assignee: Pavel Tupitsyn
Fix For: 3.0.0-beta2
Add the following to the *Directory.Build.props* file to enable security audit
during package restore:
{code}
<NuGetAudit>true</NuGetAudit>
<NuGetAuditMode>all</NuGetAuditMode>
<NuGetAuditLevel>low</NuGetAuditLevel>
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)