Skip to content

Commit

Permalink
Remove duplicated MailKit PackageReference
Browse files Browse the repository at this point in the history
  • Loading branch information
anaiberta authored Jan 2, 2024
1 parent 66c07fa commit 292b766
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions dotnet/src/dotnetcore/GxMail/GxMail.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
<Compile Include="..\..\dotnetframework\GxMail\MimeDecoder.cs" Link="MimeDecoder.cs" />
<Compile Include="..\..\dotnetframework\GxMail\MimeEncoder.cs" Link="MimeEncoder.cs" />
<Compile Include="..\..\dotnetframework\GxMail\POP3Session.cs" Link="POP3Session.cs" />
<Compile Include="..\..\dotnetframework\GxMail\Pop3MailKit.cs" Link="Pop3MailKit.cs" />
<Compile Include="..\..\dotnetframework\GxMail\Pop3SessionBase.cs" Link="Pop3SessionBase.cs" />
<Compile Include="..\..\dotnetframework\GxMail\Pop3MailKit.cs" Link="Pop3MailKit.cs" />
<Compile Include="..\..\dotnetframework\GxMail\Pop3SessionBase.cs" Link="Pop3SessionBase.cs" />
<Compile Include="..\..\dotnetframework\GxMail\POP3SessionOpenPop.cs" Link="POP3SessionOpenPop.cs" />
<Compile Include="..\..\dotnetframework\GxMail\QuotedPrintableDecoder.cs" Link="QuotedPrintableDecoder.cs" />
<Compile Include="..\..\dotnetframework\GxMail\SMTPMailClient.cs" Link="SMTPMailClient.cs" />
Expand All @@ -72,8 +72,7 @@
<PackageReference Include="MimeKit" Version="3.1.1" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.42.0" />
<PackageReference Include="OpenPop" Version="2.0.6.2" />
<PackageReference Include="MailKit" Version="3.1.1" />
<PackageReference Include="Org.Mentalis.Security" Version="1.0.0" />
<PackageReference Include="Org.Mentalis.Security" Version="1.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 292b766

Please sign in to comment.