Skip to content

Commit ae0f381

Browse files
committed
BasicAuthenticationCredentials missing System import
1 parent 25e0316 commit ae0f381

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Elasticsearch.Net/Configuration/Security/BasicAuthenticationCredentials.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
namespace Elasticsearch.Net
1+
using System;
2+
3+
namespace Elasticsearch.Net
24
{
35
public class BasicAuthenticationCredentials
46
{

0 commit comments

Comments
 (0)