This repository was archived by the owner on Mar 1, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Source/Cake.DotNetTool.Module Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 2222 <Authors >Gary Ewan Park</Authors >
2323 <Copyright >Copyright © $(FullYear) — Cake Contributions</Copyright >
2424 <Description >Cake Module that extends Cake with ability to install tools using dotnet cli.</Description >
25+ <PackageIcon >icon.png</PackageIcon >
2526 <PackageIconUrl >https://cdn.jsdelivr.net/gh/cake-contrib/graphics/png/cake-contrib-medium.png</PackageIconUrl >
2627 <PackageLicenseExpression >MIT</PackageLicenseExpression >
2728 <PackageProjectUrl >https://github.com/cake-contrib/Cake.DotNetTool.Module/</PackageProjectUrl >
3233
3334 <ItemGroup >
3435 <PackageReference Include =" Cake.Core" Version =" 0.33.0" PrivateAssets =" All" />
36+ <PackageReference Include =" CakeContrib.Guidelines" Version =" 0.5.0" >
37+ <PrivateAssets >all</PrivateAssets >
38+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
39+ </PackageReference >
3540 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" >
3641 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3742 <PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments