diff --git a/doc/Documentation.csproj b/doc/Documentation.csproj index 257766a..7aeb582 100644 --- a/doc/Documentation.csproj +++ b/doc/Documentation.csproj @@ -5,7 +5,7 @@ - + diff --git a/test/MdnsTests.csproj b/test/MdnsTests.csproj index 4dd26d7..b8dc9fe 100644 --- a/test/MdnsTests.csproj +++ b/test/MdnsTests.csproj @@ -17,10 +17,10 @@ - - - - + + + + diff --git a/test/MulticastServiceTest.cs b/test/MulticastServiceTest.cs index 6e28d2c..385c8e7 100644 --- a/test/MulticastServiceTest.cs +++ b/test/MulticastServiceTest.cs @@ -336,7 +336,7 @@ public void Nics() try { Assert.IsTrue(done.WaitOne(TimeSpan.FromSeconds(1)), "timeout"); - Assert.IsTrue(nics.Count() > 0); + Assert.IsTrue(nics.Any()); } finally {