Skip to content

Commit

Permalink
Merge pull request #442 from eriknuds/master
Browse files Browse the repository at this point in the history
Update pdb format for framework and VSTS
  • Loading branch information
rianjs committed Mar 21, 2019
2 parents df5e4e0 + 5baa034 commit 58c7c90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net-core/Ical.Net/Ical.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<Company />
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\IcalNetStrongnameKey.snk</AssemblyOriginatorKeyFile>
<DebugSymbols Condition=" '$(TargetFramework)' == 'net46' ">true</DebugSymbols>
<DebugType Condition=" '$(TargetFramework)' == 'net46' ">full</DebugType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\Release\Ical.Net.xml</DocumentationFile>
Expand Down

0 comments on commit 58c7c90

Please sign in to comment.