karishmal / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

warning - cannot continue in framework .NET 4 (And I don't want to change it) #520

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
I all the time get this warning:
 Warning    1   The primary reference "Google.Apis" could not be resolved because it has an indirect dependency on the framework assembly "System.Net.Http, Version=1.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which could not be resolved in the currently targeted framework. ".NETFramework,Version=v4.0". To resolve this problem, either remove the reference "Google.Apis" or retarget your application to a framework version which contains "System.Net.Http, Version=1.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".   C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets  1605    5   GoogleApps

any idea what should I do?

Original issue reported on code.google.com by yeh...@dev.interfax.co.il on 14 Dec 2014 at 10:42