Skip to content

Commit

Permalink
Update mailer dependencies (fixes #349) (#370)
Browse files Browse the repository at this point in the history
* Update MailKit to 4.3.0

Fixes #349

* Update RuntimeCompilation to 6.0.27

---------

Co-authored-by: James Hickey <jamesmh@users.noreply.github.com>
  • Loading branch information
serajoddin-aliabadi and jamesmh authored Sep 20, 2024
1 parent 9db48ae commit 025320b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Src/Coravel.Mailer/Coravel.Mailer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MailKit" Version="2.5.1" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="6.0.0" />
<PackageReference Include="MailKit" Version="4.3.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="6.0.27" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 025320b

Please sign in to comment.