You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current workaround is to add the reference manually on 4.5 / 4.5.1.
The current problem with that workaround is that #145 clashes with this and puts in a reference to the net40 version of the assembly if it's absent at paket install time.
Related: #140 (similar conditions on NuGet package references)
Related: #154 (file pakets should be able to specify framework requirements too)
The text was updated successfully, but these errors were encountered:
This is a split of an original issue #68 which, after some analysis breaks out into more than one problem.
I'm using latest of
Microsoft.AspNet.WebApi
which (indirectly) pulls inMicrosoft.Net.Http
. It's.nuspec
has:The current workaround is to add the reference manually on 4.5 / 4.5.1.
The current problem with that workaround is that #145 clashes with this and puts in a reference to the
net40
version of the assembly if it's absent atpaket install
time.Related: #140 (similar conditions on NuGet package references)
Related: #154 (file pakets should be able to specify framework requirements too)
The text was updated successfully, but these errors were encountered: