Skip to content

Commit 0b40272

Browse files
committed
enabled internal visibles in release mode
1 parent 8aef7d5 commit 0b40272

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Directory.Build.props

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626

2727
<!-- Testing & Analysers =================================================================================== -->
2828

29-
<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
29+
<!-- Condition=" '$(Configuration)' == 'Debug' " -->
30+
31+
<ItemGroup>
3032
<InternalsVisibleTo Include="SharpGLTF.Core.Tests"/>
3133
<InternalsVisibleTo Include="SharpGLTF.Toolkit.Tests"/>
3234
<InternalsVisibleTo Include="SharpGLTF.Ext.3DTiles.Tests"/>

0 commit comments

Comments
 (0)