Skip to content

Commit

Permalink
Merge pull request #43 from specklesystems/add-local
Browse files Browse the repository at this point in the history
add local config
  • Loading branch information
adamhathcock authored Jul 18, 2024
2 parents ee94ac2 + 64267d7 commit 9e2f5d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Speckle.Core/Speckle.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<PackageTags>$(PackageTags) core</PackageTags>
<IsPackable>true</IsPackable>
<PolySharpExcludeGeneratedTypes>System.Runtime.CompilerServices.RequiresLocationAttribute</PolySharpExcludeGeneratedTypes>
<Configurations>Debug;Release;Local</Configurations>
</PropertyGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion src/Speckle.Objects/Speckle.Objects.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9e2f5d5

Please sign in to comment.