Skip to content

Commit 2b40f6f

Browse files
committed
Move InternalsVisibleTo attribute to project file
1 parent 8e8634e commit 2b40f6f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

OpenEphys.Onix1/OpenEphys.Onix1.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,8 @@
1818
<PackageReference Include="OpenEphys.ProbeInterface.NET" Version="0.3.0" />
1919
<PackageReference Include="System.Memory" Version="4.6.3" />
2020
</ItemGroup>
21+
22+
<ItemGroup>
23+
<InternalsVisibleTo Include="OpenEphys.Onix1.Design"/>
24+
</ItemGroup>
2125
</Project>

OpenEphys.Onix1/Rhs2116StimulusSequence.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
using System.Xml.Serialization;
66
using System.Runtime.CompilerServices;
77

8-
[assembly: InternalsVisibleTo("OpenEphys.Onix1.Design")]
9-
108
namespace OpenEphys.Onix1
119
{
1210
/// <summary>

OpenEphys.Onix1/Rhs2116StimulusSequencePair.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
using System.Xml.Serialization;
44
using System.Runtime.CompilerServices;
55

6-
[assembly: InternalsVisibleTo("OpenEphys.Onix1.Design")]
7-
86
namespace OpenEphys.Onix1
97
{
108
/// <summary>

0 commit comments

Comments
 (0)