Skip to content

Commit

Permalink
Remove NoWarn from Meilisearch integrations (CommunityToolkit#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alirexaa authored Nov 22, 2024
1 parent 3e7d41b commit 55c6f47
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
<PropertyGroup>
<AdditionalPackageTags>hosting meilisearch</AdditionalPackageTags>
<Description>Meilisearch support for .NET Aspire.</Description>
<!--MeiliSearch package have vulnerable dependency-->
<NoWarn>NU1903</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
<PropertyGroup>
<AdditionalPackageTags>Meilisearch client</AdditionalPackageTags>
<Description>A Meilisearch client that integrates with Aspire, including health checks, logging, and telemetry.</Description>
<!--MeiliSearch package have vulnerable dependency-->
<NoWarn>NU1903</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 55c6f47

Please sign in to comment.