Skip to content

Commit 4c67659

Browse files
authored
CSHARP-4001: Upgrade to DnsClient.NET 1.6.0, which includes the fix for duplicate DNS responses. (mongodb#725)
1 parent 3ea83b5 commit 4c67659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MongoDB.Driver.Core/MongoDB.Driver.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
</ItemGroup>
176176

177177
<ItemGroup>
178-
<PackageReference Include="DnsClient" Version="1.4.0" />
178+
<PackageReference Include="DnsClient" Version="1.6.0" />
179179
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.6.2" PrivateAssets="All" />
180180
<PackageReference Include="MongoDB.Libmongocrypt" Version="1.3.0" />
181181
<PackageReference Include="SharpCompress" Version="0.30.1" />

0 commit comments

Comments
 (0)