Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no special logic for .NET Core exceptions when serializing #521

Merged

Conversation

SergeyKanzhelev
Copy link
Contributor

No description provided.

@pharring
Copy link
Member

pharring commented Apr 6, 2017

👍

@@ -37,6 +37,10 @@
<ItemGroup Condition="'$(TargetFramework)' != 'net40'">
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.4.0-beta-25124-07" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.3'">
<PackageReference Include="System.Diagnostics.StackTrace" Version="4.3.0" />
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pharring is it the right way to add dependencies? Why we do not have a list of other packages we depend on?

@SergeyKanzhelev SergeyKanzhelev merged commit 27456e4 into 2.4.0-beta1 Apr 7, 2017
@SergeyKanzhelev SergeyKanzhelev deleted the sergkanz/noSpecialLogicForCoreExceptions branch April 7, 2017 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants