Skip to content

Commit 710c30f

Browse files
michael-hawkerArlodotexe
authored andcommitted
Fix extra InternalsVisibleTo needed for build
TODO: We should clean this up in the future to not be needed, at least for Throw helpers to start.
1 parent c594bd4 commit 710c30f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

components/Animations/src/CommunityToolkit.WinUI.Animations.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<InternalsVisibleTo Include="CommunityToolkit.WinUI.Behaviors.Animations" />
1312
<InternalsVisibleTo Include="CommunityToolkit.WinUI.Media" />
1413
<InternalsVisibleTo Include="CommunityToolkit.WinUI.Behaviors" />
1514

components/Extensions/src/CommunityToolkit.WinUI.Extensions.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
</PackageReference>
2121

22+
<!-- TODO: We should figure out a better way to share internal helpers without duplication -->
23+
<!-- e.g. Animations is using ThrowIfNull helper... -->
2224
<InternalsVisibleTo Include="CommunityToolkit.WinUI.Animations" />
2325
<InternalsVisibleTo Include="CommunityToolkit.WinUI.Media" />
2426
</ItemGroup>

0 commit comments

Comments
 (0)