Skip to content

Commit 2e3b436

Browse files
authored
Allow access from BCP services fusion to internals (#7226)
1 parent d61b380 commit 2e3b436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HotChocolate/Fusion/src/Core/HotChocolate.Fusion.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<ItemGroup>
1616
<InternalsVisibleTo Include="HotChocolate.Fusion.Tests" />
1717
<InternalsVisibleTo Include="HotChocolate.Fusion.CommandLine" />
18-
<InternalsVisibleTo Include="BananaCakePop.Services" />
18+
<InternalsVisibleTo Include="BananaCakePop.Services.Fusion" />
1919
<InternalsVisibleTo Include="CookieCrumble" />
2020
</ItemGroup>
2121

0 commit comments

Comments
 (0)