Skip to content

Commit

Permalink
[ODS-6544] Update Utilities Build Property to avoid failing on low an…
Browse files Browse the repository at this point in the history
…d moderate vulnerability (#1172)
  • Loading branch information
vimayya authored Oct 29, 2024
1 parent 84d5b71 commit 95542e5
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 95542e5

Please sign in to comment.