Skip to content

Commit 40a5228

Browse files
committed
use InternalsVisibleTo tag
1 parent ad9495d commit 40a5228

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

src/SignalR/clients/csharp/Http.Connections.Client/src/Microsoft.AspNetCore.Http.Connections.Client.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,11 @@
1919
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
2020
</ItemGroup>
2121

22+
<ItemGroup>
23+
<InternalsVisibleTo Include="Microsoft.AspNetCore.SignalR.Microbenchmarks" />
24+
<InternalsVisibleTo Include="Microsoft.AspNetCore.SignalR.Tests" />
25+
<InternalsVisibleTo Include="Microsoft.AspNetCore.SignalR.Client.Tests" />
26+
<InternalsVisibleTo Include="DynamicProxyGenAssembly2" />
27+
</ItemGroup>
28+
2229
</Project>

src/SignalR/clients/csharp/Http.Connections.Client/src/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)