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

Dependency to System.Net.Requests 4.0.0 breaks netcore compatibility #8

Open
gitsnail opened this issue May 22, 2018 · 2 comments
Open

Comments

@gitsnail
Copy link

Hi,

I have an application targeting netcoreapp2.0.

 Install-Package SwiftClient.AspNetCore -Version 1.0.0-beta-0016

gives the following warning

C:\code\github\IISDService\IISDService\IISDService.csproj : warning NU1701: Package 'System.Net.Requests 4.0.0' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.0'. This package may not be fully compatible with your project.

tried netstandard1.6 and netstandard1.3 and got the same/similar compatibily warning.

@mattchatterley
Copy link

I'm also experiencing this and it's very annoying - have you managed to resolve?

@gitsnail
Copy link
Author

@mattchatterley
I implemented the same thing as seen in this PR:
#6
and that solved my issue.

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

No branches or pull requests

2 participants