Skip to content

Commit

Permalink
Allow access from BCP services fusion to internals (#7226)
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalSenn committed Jul 4, 2024
1 parent d61b380 commit 2e3b436
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ItemGroup>
<InternalsVisibleTo Include="HotChocolate.Fusion.Tests" />
<InternalsVisibleTo Include="HotChocolate.Fusion.CommandLine" />
<InternalsVisibleTo Include="BananaCakePop.Services" />
<InternalsVisibleTo Include="BananaCakePop.Services.Fusion" />
<InternalsVisibleTo Include="CookieCrumble" />
</ItemGroup>

Expand Down

0 comments on commit 2e3b436

Please sign in to comment.