Skip to content

Commit f3f28ef

Browse files
committed
Updated to Cofoundry 0.6
1 parent 1a3e8f3 commit f3f28ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-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
@@ -11,12 +11,12 @@
1111
</PropertyGroup>
1212

1313
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
14-
<DocumentationFile>bin\Release\netstandard1.6\Cofoundry.Plugins.Mail.SendGrid.xml</DocumentationFile>
14+
<DocumentationFile>bin\Release\netstandard2.0\Cofoundry.Plugins.Mail.SendGrid.xml</DocumentationFile>
1515
<NoWarn>1701;1702;1705;1591</NoWarn>
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Cofoundry.Core" Version="0.5.0" />
19+
<PackageReference Include="Cofoundry.Core" Version="0.6.0" />
2020
<PackageReference Include="Sendgrid" Version="9.10.0" />
2121
</ItemGroup>
2222

0 commit comments

Comments
 (0)