Skip to content

Commit

Permalink
Bring Directory.Build.props from the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
axelmarquezh committed Sep 12, 2024
1 parent b57f5db commit fc5aaed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Utilities/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +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 fc5aaed

Please sign in to comment.