Skip to content

Commit

Permalink
(cake-contrib#62) Added CakeContrib.Guidelines NuGet Package
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-a committed Aug 5, 2024
1 parent e8bbea5 commit 35ad437
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 @@ -28,6 +28,10 @@
<ItemGroup>
<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">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

Expand Down

0 comments on commit 35ad437

Please sign in to comment.