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

Target for net47 + removed dependency on external Http package #18

Merged
merged 1 commit into from
Nov 7, 2017

Conversation

nielsvoigt
Copy link

Hi @coryjthompson,

Great package, I'm looking forward to using it!

I had to use it in a .NET 4.7 library and noticed that System.Net.Http is available there natively. So I removed the package reference to Microsoft.Net.Http from the .NET Framework 4.5, 4.6 and 4.7 configurations (added 4.7).

I updated Newtonsoft Json and added an InternalsVisible Attribute since your changing of the access modifiers of the utils broke the tests.

I also raised the version so my nuget would pick it up as an update.

Related StackOverflow Question

@coryjthompson coryjthompson merged commit fcf7ea5 into web-push-libs:master Nov 7, 2017
@coryjthompson
Copy link
Member

Hi,

That's awesome work - thank you.

Sorry for my late response, i've been quite busy with moving and new job. I'll try and get a new nuget build up asap.

Kind Regards,
Cory.

@nielsvoigt
Copy link
Author

Hey @coryjthompson, thanks for merging. Did you have time to push it to the nuget server yet? That would make my CI developer happy, then he can remove one extra repository from his build script :)

@coryjthompson
Copy link
Member

Hi @nielsvoigt,

I'm looking to push to nuget today. Sorry for the delay.

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