Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed May 29, 2018
1 parent 64a5bc9 commit 6f399c3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ after_test:
packages\coveralls.net.0.6.0\tools\csmacnz.coveralls.exe
--opencover -i ./coverage.xml --useRelativePaths --serviceName appveyor --jobId %APPVEYOR_BUILD_NUMBER%
# Build documentation in doc\_site
- del src\obj\*.* /s /q
- docfx doc\docfx.json --logLevel Warning
- 7z a -tzip docs.zip doc\_site
- appveyor PushArtifact docs.zip
Expand Down
2 changes: 1 addition & 1 deletion src/Mdns.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<ItemGroup>
<PackageReference Include="Common.Logging" Version="3.4.1" />
<PackageReference Include="Makaretu.Dns" Version="0.6.0" />
<PackageReference Include="Makaretu.Dns" Version="0.11.0" />
<PackageReference Include="System.Net.NetworkInformation" Version="4.3.0" />
</ItemGroup>

Expand Down
3 changes: 0 additions & 3 deletions src/MulticastService.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
using Common.Logging;
using Makaretu.Dns;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.NetworkInformation;
using System.Net.Sockets;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;

Expand Down

0 comments on commit 6f399c3

Please sign in to comment.