Skip to content

Commit d7177f3

Browse files
committed
Updated to latest Cofoundry and fixed compatibility issues.
1 parent 381fe6c commit d7177f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Cofoundry.Plugins.Mail.SendGrid/Bootstrap/SendGridDependencyRegistration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public void Register(IContainerRegister container)
1515
var overrideOptions = RegistrationOptions.Override();
1616

1717
container
18-
.RegisterType<IMailDispatchService, SendGridMailDispatchService>(overrideOptions)
18+
.Register<IMailDispatchService, SendGridMailDispatchService>(overrideOptions)
1919
;
2020
}
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Cofoundry.Core" Version="0.2.0-beta0064" />
19+
<PackageReference Include="Cofoundry.Core" Version="0.2.0-beta0098" />
2020
<PackageReference Include="Sendgrid" Version="9.9.0" />
2121
</ItemGroup>
2222

0 commit comments

Comments
 (0)