We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aef7d5 commit 0b40272Copy full SHA for 0b40272
src/Directory.Build.props
@@ -26,7 +26,9 @@
26
27
<!-- Testing & Analysers =================================================================================== -->
28
29
- <ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
+ <!-- Condition=" '$(Configuration)' == 'Debug' " -->
30
+
31
+ <ItemGroup>
32
<InternalsVisibleTo Include="SharpGLTF.Core.Tests"/>
33
<InternalsVisibleTo Include="SharpGLTF.Toolkit.Tests"/>
34
<InternalsVisibleTo Include="SharpGLTF.Ext.3DTiles.Tests"/>
0 commit comments