Skip to content

Commit

Permalink
Added SmtpErrorCode.cs to csproj files
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed May 2, 2024
1 parent eb41b48 commit 8adec39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MailKit/MailKit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
<Compile Include="Net\Smtp\SmtpClient.cs" />
<Compile Include="Net\Smtp\SmtpCommandException.cs" />
<Compile Include="Net\Smtp\SmtpDataFilter.cs" />
<Compile Include="Net\Smtp\SmtpErrorCode.cs" />
<Compile Include="Net\Smtp\SmtpProtocolException.cs" />
<Compile Include="Net\Smtp\SmtpResponse.cs" />
<Compile Include="Net\Smtp\SmtpStatusCode.cs" />
Expand Down
1 change: 1 addition & 0 deletions MailKit/MailKitLite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
<Compile Include="Net\Smtp\SmtpClient.cs" />
<Compile Include="Net\Smtp\SmtpCommandException.cs" />
<Compile Include="Net\Smtp\SmtpDataFilter.cs" />
<Compile Include="Net\Smtp\SmtpErrorCode.cs" />
<Compile Include="Net\Smtp\SmtpProtocolException.cs" />
<Compile Include="Net\Smtp\SmtpResponse.cs" />
<Compile Include="Net\Smtp\SmtpStatusCode.cs" />
Expand Down

0 comments on commit 8adec39

Please sign in to comment.