-
Notifications
You must be signed in to change notification settings - Fork 5
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
Dependency on System.Net.Http #5
Comments
Indeed you are right, nothing presently depends on it, might have been some old code that got factored out and the dependency was not cleaned up. I've removed it and pushed out a new version, 2.1.2. As for |
Thanks for the quick response and fix! With regards to the compilation I did the following:
I get a huge amount of compilation errors:
It seems that this is related to the |
I've added a new CI build configuration that deals with the signing freeing up Release to just be a pure non-Debug build. |
I'm going to close this for now, if you have any other issues feel free to re-open or open a new issue. |
Oh it seems my email didn’t send earlier... thanks for the quick resolution! |
Hello,
Today I wanted to use your library on Nuget, but for some reason it depends on
System.Net.Http
(for .net 4.5). I looked through the code but I could not find any reason for it and when removing it things still appear to work. I cannot getWorkshell.PE.Resources
to build locally though, so perhaps it is related?Best regards,
Duncan
The text was updated successfully, but these errors were encountered: