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

Add target .NET Framework 4.5 #7

Merged
merged 1 commit into from Apr 14, 2017
Merged

Add target .NET Framework 4.5 #7

merged 1 commit into from Apr 14, 2017

Conversation

ar1k
Copy link

@ar1k ar1k commented Apr 14, 2017

Hi,

I've found, that Superpower, being one of dependencies of Serilog.Filters.Expressions, builds only for .NETStandard 1.0. So, I suggest to build it for .NET 4.5 too.

@nblumhardt
Copy link
Member

Hi Alex, thanks for the PR!

.NET Standard runs on .NET 4.5, so this is already supported. Is there an issue I'm overlooking?

Regards,
Nick

@ar1k
Copy link
Author

ar1k commented Apr 14, 2017

The main reason to make these change is to prevent importing a lot of dll's from .NET Standard.
Moreover, .NET Standart in this case brings System.Net.Http 4.1.0.0, which has the following problem issue 11100.

@nblumhardt
Copy link
Member

Makes sense, thank you @ar1k.

@nblumhardt nblumhardt merged commit 72989ab into datalust:dev Apr 14, 2017
@nblumhardt
Copy link
Member

A 1.0.1-dev-nnnnn build should be on NuGet shortly; if you have an opportunity to check it out and confirm everything works as expected that would be great. Thanks again!

@ar1k
Copy link
Author

ar1k commented Apr 15, 2017

Thanks for accept the PR. I've installed a new version of package and checked it, everything works as expected.

@nblumhardt
Copy link
Member

Great, thank you.

@nblumhardt nblumhardt mentioned this pull request Apr 16, 2017
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

2 participants