Remove MailKit dependency from project
The `MailKit` package reference (version 4.17.0) was removed from the `DigitalData.MessagingService.Infrastructure.csproj` file. This change suggests that the functionality provided by `MailKit` is no longer required or has been replaced by an alternative solution.
This commit is contained in:
@@ -14,7 +14,6 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="AutoMapper" Version="16.2.0" />
|
<PackageReference Include="AutoMapper" Version="16.2.0" />
|
||||||
<PackageReference Include="DevExpress.Document.Processor" Version="26.1.3" />
|
<PackageReference Include="DevExpress.Document.Processor" Version="26.1.3" />
|
||||||
<PackageReference Include="MailKit" Version="4.17.0" />
|
|
||||||
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="8.0.11" />
|
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="8.0.11" />
|
||||||
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.11" />
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.11" />
|
||||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.11">
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.11">
|
||||||
|
|||||||
Reference in New Issue
Block a user