Skip to content

Commit f542beb

Browse files
committed
Updated to Cofoundry 0.6
1 parent cd67842 commit f542beb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Cofoundry.Plugins.Mail.MailKit/Cofoundry.Plugins.Mail.MailKit.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
</PropertyGroup>
1212

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

1818
<ItemGroup>
19-
<PackageReference Include="Cofoundry.Core" Version="0.5.0" />
20-
<PackageReference Include="MailKit" Version="2.0.6" />
19+
<PackageReference Include="Cofoundry.Core" Version="0.6.0" />
20+
<PackageReference Include="MailKit" Version="2.1.2" />
2121
</ItemGroup>
2222

2323
</Project>

0 commit comments

Comments
 (0)