Skip to content

Commit

Permalink
Bugfix: Issue sendgrid#494 - add conditional debug params for net452 …
Browse files Browse the repository at this point in the history
…target
  • Loading branch information
murraybiscuit committed Jul 24, 2017
1 parent f0ef714 commit c6278e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SendGrid/SendGrid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
<DebugSymbols Condition=" '$(TargetFramework)' == 'net452' ">true</DebugSymbols>
<DebugType Condition=" '$(TargetFramework)' == 'net452' ">full</DebugType>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit c6278e5

Please sign in to comment.