Skip to content

Conversation

vhatsura
Copy link
Contributor

to fix #75.

Why reference to System.Threading and System.Runtime.InteropServices is needed for netstandard1.3?

Copy link
Member

@nblumhardt nblumhardt left a comment

Choose a reason for hiding this comment

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

Thanks for the PR! 👍 Just wondering about the package dependency configuration.

</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="System.IO" Version="4.1.0" />
Copy link
Member

Choose a reason for hiding this comment

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

Are the majority of these necessary, given that they're included by default in netstandard2.0?

Copy link
Contributor Author

@vhatsura vhatsura Jan 14, 2019

Choose a reason for hiding this comment

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

Yeah, my fault. System.IO and System.IO.FileSystem.Primitives were removed.

@nblumhardt nblumhardt merged commit ab9fc9f into serilog:dev Jan 17, 2019
@nblumhardt nblumhardt mentioned this pull request Oct 17, 2019
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.

Add .Net Standard 2.0 target

2 participants