Skip to content

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

@gitsnail

Description

@gitsnail

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions