.nuspec includes System.Net.Http as a nuget package dependency for .NETFramework4.6.1
See original GitHub issueRegarding the nuget package for IdentityModel version 3.6.1: https://www.nuget.org/packages/IdentityModel/3.6.1
I am wondering why System.Net.Http
is included as a nuget package dependency instead of as a framework assembly dependency for .NETFramework4.6.1
?
I see that System.Net.Http
is added as a framework assembly for .NETFramework4.5.2
, so I am not sure why the same is not done for .NETFramework4.6.1
?
I might very well be missing something here - I just noticed this, as it causes all of System.Net.Http
’s dependencies to be included when installing the IdentityModel package into a .NET 4.6.1 project.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
NuGet Warning NU5128
The nuspec file has a dependency group for the reported Target Framework Moniker (TFM), but no assemblies exist for this TFM in either...
Read more >Creating NuGet package: NU5128 exception - not clear on ...
NETFramework \v4.7.1\System.Net.Http.dll; System.Net.Http.Formatting ~\packages\Microsoft.AspNet.WebApi.Client.5.2.
Read more >System.Net.Http 4.3.4
Provides a programming interface for modern HTTP applications, including HTTP client components that allow applications to consume web services ...
Read more >System.Net.Http.Json 7.0.1
Provides extension methods for System.Net.Http.HttpClient and System.Net.Http.HttpContent that perform automatic serialization and deserialization using ...
Read more >Unable to resolve dependencies of NuGet packages
When you upgrade the site by installing Telerik.Sitefinity.All NuGet package, Visual Studio throws the following error: Unable to resolve dependencies.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
https://leastprivilege.com/2018/05/21/the-state-of-httpclient-and-net-multi-targeting/
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue.