Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jdomnitz committed Apr 13, 2023
1 parent 51ac80d commit 3a08758
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/Documentation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Makaretu.Dns" Version="3.0.0" />
<PackageReference Include="Makaretu.Dns.New" Version="3.0.0" />
</ItemGroup>

</Project>
8 changes: 4 additions & 4 deletions test/MdnsTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.1.1" PrivateAssets="all" />
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" PrivateAssets="all" />
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" PrivateAssets="all" />
<PackageReference Include="coverlet.msbuild" Version="2.6.2" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" PrivateAssets="all" />
<PackageReference Include="MSTest.TestAdapter" Version="3.0.2" PrivateAssets="all" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.2" PrivateAssets="all" />
<PackageReference Include="coverlet.msbuild" Version="3.2.0" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion test/MulticastServiceTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 3a08758

Please sign in to comment.