Move EndPointExtensions to Net namespace (#7)

This commit is contained in:
Oliver Booth 2022-04-21 17:46:41 +01:00
parent 95020e0db0
commit c8d8e212e2
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
using System.Net;
using System.Runtime.CompilerServices;
namespace X10D;
namespace X10D.Net;
/// <summary>
/// Extension methods for <see cref="EndPoint" /> and derived types.