Skip to content

Commit 7111a00

Browse files
author
Joel Mitchell
committed
Updated to latest CF pre-release packages
1 parent 532c9d8 commit 7111a00

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/Cofoundry.Plugins.Mail.SendGrid/Cofoundry.Plugins.Mail.SendGrid.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Cofoundry.Core" Version="0.7.0" />
20-
<PackageReference Include="Sendgrid" Version="9.17.0" />
19+
<PackageReference Include="Cofoundry.Core" Version="0.7.1-ci0047" />
20+
<PackageReference Include="Sendgrid" Version="9.20.0" />
2121
</ItemGroup>
2222

2323
</Project>

src/Cofoundry.Plugins.Mail.SendGrid/SendGridMailDispatchSession.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using Cofoundry.Core;
22
using Cofoundry.Core.Mail;
3+
using Cofoundry.Core.Mail.Internal;
34
using SendGrid;
45
using SendGrid.Helpers.Mail;
56
using System;

0 commit comments

Comments
 (0)