mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-06 01:42:12 +00:00
8 lines
251 B
Plaintext
8 lines
251 B
Plaintext
|
|
<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>
|