Skip to content

Commit

Permalink
Update Utilities Build Property to avoid failing on low and moderate …
Browse files Browse the repository at this point in the history
…vulnerability
  • Loading branch information
semalaiappan committed Dec 10, 2024
1 parent 15287ae commit ee7798e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Utilities/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<Project>
<PropertyGroup>
<NuGetAudit>true</NuGetAudit>
<NuGetAuditLevel>high</NuGetAuditLevel>
<NuGetAuditMode>direct</NuGetAuditMode>
<Copyright>Copyright © $([System.DateTime]::Now.ToString(`yyyy`)) Ed-Fi Alliance, LLC and Contributors</Copyright>
</PropertyGroup>
</Project>

0 comments on commit ee7798e

Please sign in to comment.