Skip to content

Commit

Permalink
(cake-contrib#62) Added Cake.Addin.Analyzer NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-a committed Aug 5, 2024
1 parent aead40b commit ab7eb5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Cake.Slack/Cake.Slack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Cake.Addin.Analyzer" Version="0.1.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Cake.Core" Version="2.0.0" PrivateAssets="All" />
<PackageReference Include="Cake.Common" Version="2.0.0" PrivateAssets="All" />
<PackageReference Include="CakeContrib.Guidelines" Version="1.5.1">
Expand Down

0 comments on commit ab7eb5a

Please sign in to comment.