Skip to content

Commit

Permalink
add msgpck analyzer to api
Browse files Browse the repository at this point in the history
  • Loading branch information
0xor1 committed Jul 3, 2024
1 parent a3bc604 commit b41495b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dnsk.Api/Dnsk.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MessagePackAnalyzer" Version="2.5.168">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

</Project>

0 comments on commit b41495b

Please sign in to comment.