From 2d428150e49dcb8720d1d5e4a617db6abd0b992e Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Thu, 4 May 2017 21:01:17 -0400 Subject: [PATCH] Update example .csproj files to point at the latest PacketDotNet --- Examples/Example11.Statistics/Example11.Statistics.csproj | 2 +- Examples/Example5.PcapFilter/Example05.PcapFilter.csproj | 2 +- Examples/Example9.SendPacket/Example09.SendPacket.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Examples/Example11.Statistics/Example11.Statistics.csproj b/Examples/Example11.Statistics/Example11.Statistics.csproj index bde9fafd..c4643f66 100644 --- a/Examples/Example11.Statistics/Example11.Statistics.csproj +++ b/Examples/Example11.Statistics/Example11.Statistics.csproj @@ -72,7 +72,7 @@ - + ..\..\SharpPcap\PacketDotNet\PacketDotNet.dll diff --git a/Examples/Example5.PcapFilter/Example05.PcapFilter.csproj b/Examples/Example5.PcapFilter/Example05.PcapFilter.csproj index 185f5c4a..d8a2d3a1 100644 --- a/Examples/Example5.PcapFilter/Example05.PcapFilter.csproj +++ b/Examples/Example5.PcapFilter/Example05.PcapFilter.csproj @@ -72,7 +72,7 @@ - + ..\..\SharpPcap\PacketDotNet\PacketDotNet.dll diff --git a/Examples/Example9.SendPacket/Example09.SendPacket.csproj b/Examples/Example9.SendPacket/Example09.SendPacket.csproj index 86aae39a..c891e590 100644 --- a/Examples/Example9.SendPacket/Example09.SendPacket.csproj +++ b/Examples/Example9.SendPacket/Example09.SendPacket.csproj @@ -72,7 +72,7 @@ - + ..\..\SharpPcap\PacketDotNet\PacketDotNet.dll