Skip to content

Commit

Permalink
Little cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jtkech committed Nov 17, 2023
1 parent 0493ab0 commit 5784eb2
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 5784eb2

Please sign in to comment.