Skip to content

Commit 898719f

Browse files
committed
Unix build fix dotnet#2
1 parent a6cff67 commit 898719f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Net.NameResolution/src/System/Net/NameResolutionPal.Unix.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public static unsafe SocketError TryGetAddrInfo(string name, out IPHostEntry hos
196196
return SocketError.Success;
197197
}
198198

199-
internal static void GetAddrInfoAsync(string name, Dns.ResolveAsyncResult asyncResult)
199+
internal static void GetAddrInfoAsync(string name, DnsResolveAsyncResult asyncResult)
200200
{
201201
throw new NotSupportedException();
202202
}

0 commit comments

Comments
 (0)