add local config

This commit is contained in:
Adam Hathcock
2024-07-18 08:32:33 +01:00
parent ee94ac2bf9
commit 64267d7697
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@
<PackageTags>$(PackageTags) core</PackageTags>
<IsPackable>true</IsPackable>
<PolySharpExcludeGeneratedTypes>System.Runtime.CompilerServices.RequiresLocationAttribute</PolySharpExcludeGeneratedTypes>
<Configurations>Debug;Release;Local</Configurations>
</PropertyGroup>
<ItemGroup>
+2 -1
View File
@@ -8,10 +8,11 @@
<Description>Objects is the default object model for Speckle</Description>
<PackageTags>$(PackageTags), objects</PackageTags>
<PolySharpExcludeGeneratedTypes>System.Runtime.CompilerServices.IsExternalInit;System.Runtime.CompilerServices.RequiresLocationAttribute</PolySharpExcludeGeneratedTypes>
<Configurations>Debug;Release;Local</Configurations>
</PropertyGroup>
<ItemGroup>
<InternalsVisibleTo Include="Speckle.Objects.Tests.Unit"/>
<InternalsVisibleTo Include="Speckle.Objects.Tests.Unit" />
</ItemGroup>
<ItemGroup>