Skip to content

Commit

Permalink
Do not forward dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Jul 19, 2022
1 parent 1082ac5 commit f9c6642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Controls/Foldable/src/Controls.Foldable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<PackageReference Include="Microsoft.Maui.Graphics" />
</ItemGroup>
<ItemGroup Condition=" '$(UseMaui)' != 'true' ">
<ProjectReference Include="..\..\..\Controls\src\Core\Controls.Core.csproj" />
<ProjectReference Include="..\..\..\Core\src\Core.csproj" />
<ProjectReference Include="..\..\..\Controls\src\Core\Controls.Core.csproj" PrivateAssets="all" />
<ProjectReference Include="..\..\..\Core\src\Core.csproj" PrivateAssets="all" />
</ItemGroup>
<ItemGroup Condition=" '$(UseMaui)' != 'true' ">
<PackageReference Include="Microsoft.Extensions.Configuration" />
Expand Down

0 comments on commit f9c6642

Please sign in to comment.