Skip to content

Commit

Permalink
(GH-37) Fix project file after merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed Feb 22, 2021
1 parent f4efce9 commit 990e306
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Cake.Figlet/Cake.Figlet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@
<EmbeddedResource Include="standard.flf" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Cake.Core" Version="1.0.0" />
<PackageReference Include="Cake.Core" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Cake.Addin.Analyzer" Version="0.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Cake.Core" Version="0.33.0" PrivateAssets="All" />
<PackageReference Include="CakeContrib.Guidelines" Version="0.5.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 990e306

Please sign in to comment.