Made web layer internals visible to Umbraco Forms assemblies.

This commit is contained in:
Andy Butland
2021-04-02 11:48:21 +02:00
parent 838f0f57d2
commit aae7fc955f
3 changed files with 17 additions and 2 deletions

View File

@@ -40,6 +40,11 @@
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>Umbraco.Tests.UnitTests</_Parameter1>
</AssemblyAttribute>
<!-- Making internals visible to Umbraco Forms -->
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>Umbraco.Forms.Web</_Parameter1>
</AssemblyAttribute>
</ItemGroup>
</Project>