Skip to content

Commit

Permalink
Little cleanup (#14711)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtkech authored Nov 18, 2023
1 parent 123e961 commit 4253bcf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,10 @@
<PackageReference Include="ZString" />
</ItemGroup>

<!-- Six half dozen, some internals visible, or expose Module and Feature attrib properties -->
<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>OrchardCore</_Parameter1>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>OrchardCore.DisplayManagement</_Parameter1>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>OrchardCore.Abstractions.Tests</_Parameter1>
</AssemblyAttribute>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,4 @@
<PackageReference Include="Castle.Core" />
</ItemGroup>

<!-- Ditto OrchardCore.Abstractions re: six half dozen -->
<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>OrchardCore.Abstractions.Tests</_Parameter1>
</AssemblyAttribute>
</ItemGroup>

</Project>

0 comments on commit 4253bcf

Please sign in to comment.