Skip to content

Commit 10bcd6b

Browse files
authored
Merge pull request #16 from VektrexElectronicSystems/development
Added working reference to SpikeSafeCSharpLib
2 parents 27c90a7 + c59e1d5 commit 10bcd6b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/SpikeSafeCSharpSamples/GettingStarted/TcpSample.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using System;
2+
using SpikeSafeCSharpLib;
23

34
namespace SpikeSafeCSharpSamples.GettingStarted
45
{
@@ -8,6 +9,7 @@ public class TcpSample
89

910
public void Run()
1011
{
12+
new TcpSocket().Connect();
1113
Console.WriteLine("TcpSample run()");
1214
_log.Info("TcpSample run()");
1315
}

src/SpikeSafeCSharpSamples/SpikeSafeCSharpSamples.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<ItemGroup>
99
<PackageReference Include="NLog.Extensions.Logging" Version="1.6.4" />
1010
<None Include="nlog.config" CopyToOutputDirectory="Always" />
11+
<PackageReference Include="SpikeSafeCSharpLib" Version="1.0.2" />
1112
</ItemGroup>
1213

1314
</Project>

0 commit comments

Comments
 (0)