AI-Studio/app/Directory.Build.props

8 lines
251 B
Plaintext
Raw Normal View History

<Project>
<PropertyGroup>
<!-- Audit direct and transitive packages, so vulnerable transitive dependencies surface during restore instead of only in the IDE -->
<NuGetAuditMode>all</NuGetAuditMode>
</PropertyGroup>
</Project>