<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: .NET 4.0 Reference could not be resolved in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NET-4-0-Reference-could-not-be-resolved/m-p/365703#M20746</link>
    <description>&lt;P&gt;Dear Nicodk,&lt;/P&gt;&lt;P&gt;I too have the same problem now.&amp;nbsp; How did you resolve it? How to did you make the second class library to get with Microsoft.Bcl.Build nuget/reference?&lt;/P&gt;&lt;P&gt;I am delibrately in need of your help.&lt;/P&gt;</description>
    <pubDate>Wed, 18 Sep 2019 09:26:58 GMT</pubDate>
    <dc:creator>ManikandanIndia</dc:creator>
    <dc:date>2019-09-18T09:26:58Z</dc:date>
    <item>
      <title>.NET 4.0 Reference could not be resolved</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NET-4-0-Reference-could-not-be-resolved/m-p/231012#M12576</link>
      <description>&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently trying to integrate Dropbox into a bigger system running .NET 4.0, the issue is that when I install the Dropbox.Net NuGet&amp;nbsp;into my class library and rebuild the solution, I receive the following errors, from another library that references it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Severity Code Description Project File Line Suppression State&lt;BR /&gt;Warning The primary reference "location/DropboxProject.dll" could not be resolved because it has an indirect dependency on the framework assembly "System.Runtime, Version=1.5.11.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 &lt;SPAN&gt;"location/DropboxProject.dll"&lt;/SPAN&gt; or retarget your application to a framework version which contains "System.Runtime, Version=1.5.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". Easy2u.PCS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Severity Code Description Project File Line Suppression State&lt;BR /&gt;Warning The primary reference &lt;SPAN&gt;"location/DropboxProject.dll"&lt;/SPAN&gt; could not be resolved because it has an indirect dependency on the framework assembly "System.Threading.Tasks, Version=1.5.11.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 &lt;SPAN&gt;"location/DropboxProject.dll"&lt;/SPAN&gt; or retarget your application to a framework version which contains "System.Threading.Tasks, Version=1.5.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". Easy2u.PCS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Severity Code Description Project File Line Suppression State&lt;BR /&gt;Warning The primary reference &lt;SPAN&gt;"location/DropboxProject.dll"&lt;/SPAN&gt; 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 &lt;SPAN&gt;"location/DropboxProject.dll"&lt;/SPAN&gt; or retarget your application to a framework version which contains "System.Net.Http, Version=1.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". Easy2u.PCS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I figured it has to do with the fact that the Class Library that uses my Dropbox Project, is using older versions of those 3 dependencies, is there a way to solve this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the help.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:20:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NET-4-0-Reference-could-not-be-resolved/m-p/231012#M12576</guid>
      <dc:creator>Nicodk</dc:creator>
      <dc:date>2019-05-29T09:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: .NET 4.0 Reference could not be resolved</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NET-4-0-Reference-could-not-be-resolved/m-p/231068#M12589</link>
      <description>I'm not sure offhand what the cause of this would be or how to solve it. Are you able to remove the reference or retarget the application, per the error message?&lt;BR /&gt;&lt;BR /&gt;In any case, what version of Visual Studio are you using?&lt;BR /&gt;&lt;BR /&gt;Also, there are some posts here that may be helpful:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://stackoverflow.com/questions/16756186/system-net-http-could-not-be-resolved-in-the-currently-targeted-framework-net-4" target="_blank"&gt;https://stackoverflow.com/questions/16756186/system-net-http-could-not-be-resolved-in-the-currently-targeted-framework-net-4&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://stackoverflow.com/questions/26918631/dependency-on-the-framework-assembly-system-runtime-version-4-0-10-0-which-c" target="_blank"&gt;https://stackoverflow.com/questions/26918631/dependency-on-the-framework-assembly-system-runtime-version-4-0-10-0-which-c&lt;/A&gt;</description>
      <pubDate>Thu, 06 Jul 2017 20:53:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NET-4-0-Reference-could-not-be-resolved/m-p/231068#M12589</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-07-06T20:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: .NET 4.0 Reference could not be resolved</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NET-4-0-Reference-could-not-be-resolved/m-p/231109#M12594</link>
      <description>&lt;P&gt;I figured out that it is because the second Class Library also needs the Microsoft.Bcl.Build nuget/reference in order to work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But thanks for your time &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 07:38:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NET-4-0-Reference-could-not-be-resolved/m-p/231109#M12594</guid>
      <dc:creator>Nicodk</dc:creator>
      <dc:date>2017-07-07T07:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: .NET 4.0 Reference could not be resolved</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NET-4-0-Reference-could-not-be-resolved/m-p/365703#M20746</link>
      <description>&lt;P&gt;Dear Nicodk,&lt;/P&gt;&lt;P&gt;I too have the same problem now.&amp;nbsp; How did you resolve it? How to did you make the second class library to get with Microsoft.Bcl.Build nuget/reference?&lt;/P&gt;&lt;P&gt;I am delibrately in need of your help.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 09:26:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NET-4-0-Reference-could-not-be-resolved/m-p/365703#M20746</guid>
      <dc:creator>ManikandanIndia</dc:creator>
      <dc:date>2019-09-18T09:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: .NET 4.0 Reference could not be resolved</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NET-4-0-Reference-could-not-be-resolved/m-p/365762#M20748</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1208845"&gt;@ManikandanIndia&lt;/a&gt;&amp;nbsp;I'm afraid I can't offer much help with this since this is more about managing dependencies in Visual Studio/NuGet/.NET as opposed to using the Dropbox API itself, but maybe&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/434041"&gt;@Nicodk&lt;/a&gt;&amp;nbsp;can offer some advice.&lt;/P&gt;
&lt;P&gt;Otherwise, there are some posts with detials and fixes for similar errors that may be useful:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://stackoverflow.com/questions/12602208/fails-to-compile-c-sharp-project-due-to-primary-reference" target="_blank"&gt;https://stackoverflow.com/questions/12602208/fails-to-compile-c-sharp-project-due-to-primary-reference&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://stackoverflow.com/questions/26918631/dependency-on-the-framework-assembly-system-runtime-version-4-0-10-0-which-c" target="_blank"&gt;https://stackoverflow.com/questions/26918631/dependency-on-the-framework-assembly-system-runtime-version-4-0-10-0-which-c&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://stackoverflow.com/questions/16756186/system-net-http-could-not-be-resolved-in-the-currently-targeted-framework-net-4" target="_blank"&gt;https://stackoverflow.com/questions/16756186/system-net-http-could-not-be-resolved-in-the-currently-targeted-framework-net-4&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 18 Sep 2019 15:03:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NET-4-0-Reference-could-not-be-resolved/m-p/365762#M20748</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-09-18T15:03:57Z</dc:date>
    </item>
  </channel>
</rss>

