Skip to content

Commit 1537806

Browse files
committed
reference to abstraction project
1 parent 6801ce6 commit 1537806

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

utilities/PolylineAlgorithm.Utility/PolylineAlgorithm.Utility.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
3434
<_Parameter1>PolylineAlgorithm.Comparison.Benchmarks</_Parameter1>
3535
</AssemblyAttribute>
36+
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
37+
<_Parameter1>PolylineAlgorithm.NetTopologySuite.Sample</_Parameter1>
38+
</AssemblyAttribute>
3639
</ItemGroup>
3740

3841
</Project>

utilities/PolylineAlgorithm.Utility/RandomValueProvider.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
namespace PolylineAlgorithm.Utility;
22

3-
using PolylineAlgorithm.Abstraction;
43
using System;
54
using System.Collections.Concurrent;
65
using System.Collections.Generic;

0 commit comments

Comments
 (0)