Skip to content

Commit

Permalink
Update example .csproj files to point at the latest PacketDotNet
Browse files Browse the repository at this point in the history
  • Loading branch information
chmorgan committed May 5, 2017
1 parent 5f1eb50 commit 2d42815
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Examples/Example11.Statistics/Example11.Statistics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="PacketDotNet, Version=0.13.0.0, Culture=neutral, PublicKeyToken=null">
<Reference Include="PacketDotNet">
<HintPath>..\..\SharpPcap\PacketDotNet\PacketDotNet.dll</HintPath>
</Reference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Examples/Example5.PcapFilter/Example05.PcapFilter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="PacketDotNet, Version=0.13.0.0, Culture=neutral, PublicKeyToken=null">
<Reference Include="PacketDotNet">
<HintPath>..\..\SharpPcap\PacketDotNet\PacketDotNet.dll</HintPath>
</Reference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Examples/Example9.SendPacket/Example09.SendPacket.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="PacketDotNet, Version=0.13.0.0, Culture=neutral, PublicKeyToken=null">
<Reference Include="PacketDotNet">
<HintPath>..\..\SharpPcap\PacketDotNet\PacketDotNet.dll</HintPath>
</Reference>
</ItemGroup>
Expand Down

0 comments on commit 2d42815

Please sign in to comment.