Skip to content

Commit

Permalink
Update Sleddog.Blink1.csproj (#81)
Browse files Browse the repository at this point in the history
* Update Sleddog.Blink1.csproj

Added NuGetAudit config for Sleddog.Blink1 project

* Update Directory.Build.props

Added NuGetAudit to Directory.Build.props instead of individual project

* Update Sleddog.Blink1.csproj

Cleanup from moving NuGetAudit to Directory.Build.props
  • Loading branch information
cyberzed authored Jul 18, 2024
1 parent d88424e commit cb25d56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<NuGetAudit>true</NuGetAudit>
<NuGetAuditMode>all</NuGetAuditMode>
<NuGetAuditLevel>low</NuGetAuditLevel>
</PropertyGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion src/Sleddog.Blink1/Sleddog.Blink1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
</None>
</ItemGroup>

</Project>
</Project>

0 comments on commit cb25d56

Please sign in to comment.