Skip to content

Commit

Permalink
Fix extra InternalsVisibleTo needed for build
Browse files Browse the repository at this point in the history
TODO: We should clean this up in the future to not be needed, at least for Throw helpers to start.
  • Loading branch information
michael-hawker committed Aug 1, 2023
1 parent 068f479 commit 0c8a06d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
</PropertyGroup>

<ItemGroup>
<InternalsVisibleTo Include="CommunityToolkit.WinUI.Behaviors.Animations" />
<InternalsVisibleTo Include="CommunityToolkit.WinUI.Media" />
<InternalsVisibleTo Include="CommunityToolkit.WinUI.Behaviors" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>

<!-- TODO: We should figure out a better way to share internal helpers without duplication -->
<!-- e.g. Animations is using ThrowIfNull helper... -->
<InternalsVisibleTo Include="CommunityToolkit.WinUI.Animations" />
<InternalsVisibleTo Include="CommunityToolkit.WinUI.Media" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion tooling

0 comments on commit 0c8a06d

Please sign in to comment.