Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/Neo.ConsoleService/Neo.ConsoleService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@
<PackageReference Include="System.ServiceProcess.ServiceController" Version="9.0.7" />
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="Neo.ConsoleService.Tests" />
</ItemGroup>

</Project>
14 changes: 0 additions & 14 deletions src/Neo.ConsoleService/Properties/AssemblyInfo.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@
<ProjectReference Include="..\Neo.Extensions\Neo.Extensions.csproj" />
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="Neo.Cryptography.BLS12_381.Tests" />
</ItemGroup>

</Project>
14 changes: 0 additions & 14 deletions src/Neo.Cryptography.BLS12_381/Properties/AssemblyInfo.cs

This file was deleted.

8 changes: 8 additions & 0 deletions src/Neo.Json/Neo.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,12 @@
<PackageReference Include="System.Text.Json" Version="9.0.7" />
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="Neo.Json.UnitTests" />
</ItemGroup>

<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>

</Project>
14 changes: 0 additions & 14 deletions src/Neo.Json/Properties/AssemblyInfo.cs

This file was deleted.

1 change: 1 addition & 0 deletions src/Neo.VM/Neo.VM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<InternalsVisibleTo Include="Neo" />
<InternalsVisibleTo Include="Neo.SmartContract.Testing" />
<InternalsVisibleTo Include="Neo.VM.Benchmarks" />
<InternalsVisibleTo Include="Neo.VM.Tests" />
</ItemGroup>

<ItemGroup>
Expand Down
14 changes: 0 additions & 14 deletions src/Neo.VM/Properties/AssemblyInfo.cs

This file was deleted.

2 changes: 2 additions & 0 deletions src/Neo/Neo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
<InternalsVisibleTo Include="Neo.Plugins.RpcServer.Tests" />
<InternalsVisibleTo Include="Neo.Plugins.OracleService.Tests" />
<InternalsVisibleTo Include="Neo.Plugins.DBFTPlugin.Tests" />
<InternalsVisibleTo Include="neodebug-3-adapter" />
<InternalsVisibleTo Include="DynamicProxyGenAssembly2" />
</ItemGroup>

</Project>
16 changes: 0 additions & 16 deletions src/Neo/Properties/AssemblyInfo.cs

This file was deleted.

14 changes: 0 additions & 14 deletions src/RpcClient/Properties/AssemblyInfo.cs

This file was deleted.

8 changes: 8 additions & 0 deletions src/RpcClient/RpcClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,12 @@
<ProjectReference Include="..\Neo\Neo.csproj" />
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="Neo.RpcClient.Tests" />
</ItemGroup>

<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>

</Project>