We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3e8f3 commit f3f28efCopy full SHA for f3f28ef
src/Cofoundry.Plugins.Mail.SendGrid/Cofoundry.Plugins.Mail.SendGrid.csproj
@@ -11,12 +11,12 @@
11
</PropertyGroup>
12
13
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
14
- <DocumentationFile>bin\Release\netstandard1.6\Cofoundry.Plugins.Mail.SendGrid.xml</DocumentationFile>
+ <DocumentationFile>bin\Release\netstandard2.0\Cofoundry.Plugins.Mail.SendGrid.xml</DocumentationFile>
15
<NoWarn>1701;1702;1705;1591</NoWarn>
16
17
18
<ItemGroup>
19
- <PackageReference Include="Cofoundry.Core" Version="0.5.0" />
+ <PackageReference Include="Cofoundry.Core" Version="0.6.0" />
20
<PackageReference Include="Sendgrid" Version="9.10.0" />
21
</ItemGroup>
22
0 commit comments