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
I assume it's an issue in the resolver. I will have time to look at this in
Friday.
On Feb 11, 2015 2:28 AM, "Cameron Taggart" [email protected] wrote:
The issue was the parsing of conditional depencies which use portable frameworks. I created a naive fix for that case. It seems to help here. Please give it a try.
Microsoft.Bcl.Build.targets is being added to a
net45project and it should not be when I add a
Microsoft.AspNet.WebApi.Client` dependency.https://github.com/ctaggart/Paket09x/blob/master/Paket09x.fsproj#L327
https://www.nuget.org/packages/Microsoft.AspNet.WebApi.Client/
When I put
nuget Microsoft.AspNet.WebApi.Client framework: net45
, shouldMicrosoft.Net.Http (>= 2.2.22)
show up in the lock file? I was hoping not.The text was updated successfully, but these errors were encountered: