<?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 Standard support in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NET-Standard-support/m-p/222774#M11936</link>
    <description>Hi Jan, I believe this is supposed to already work. The SDK contains PCL with profile111 which is compatible with .NET Standard 1.1 and above.&lt;BR /&gt;&lt;BR /&gt;Can you share the steps you followed to reproduce this, and the full error/output you're getting? Thanks in advance!</description>
    <pubDate>Wed, 24 May 2017 19:52:50 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-05-24T19:52:50Z</dc:date>
    <item>
      <title>.NET Standard support</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NET-Standard-support/m-p/222740#M11935</link>
      <description>&lt;P&gt;Hello. I've tried to find an aswer within the already existing answers but without success. Sorry in case I overlooked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have recently tried to convert my PCL projects to .&lt;A href="https://docs.microsoft.com/en-us/dotnet/articles/standard/library" target="_self"&gt;NET Standard&lt;/A&gt;. After the conversion I was supposed to re-add all the NuGet packages. All went fine until I bumped into my dependency on &lt;A href="https://www.nuget.org/packages/Dropbox.Api/" target="_self"&gt;Dropbox.Api&lt;/A&gt; library. That one refused to install claiming .NET Standard is not supported. Because of this I had to rollback the whole effort.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is there a plan to add .&lt;A href="https://docs.microsoft.com/en-us/dotnet/articles/standard/library" target="_self"&gt;NET Standard&lt;/A&gt;&amp;nbsp;support anytime soon?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance for your answer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Jan&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:22:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NET-Standard-support/m-p/222740#M11935</guid>
      <dc:creator>Jan_Zeman</dc:creator>
      <dc:date>2019-05-29T09:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Standard support</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NET-Standard-support/m-p/222774#M11936</link>
      <description>Hi Jan, I believe this is supposed to already work. The SDK contains PCL with profile111 which is compatible with .NET Standard 1.1 and above.&lt;BR /&gt;&lt;BR /&gt;Can you share the steps you followed to reproduce this, and the full error/output you're getting? Thanks in advance!</description>
      <pubDate>Wed, 24 May 2017 19:52:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NET-Standard-support/m-p/222774#M11936</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-05-24T19:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Standard support</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NET-Standard-support/m-p/222779#M11937</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the fast reaction.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) Start VS 2017 (Windows)&lt;/P&gt;
&lt;P&gt;2) Create new project and select "Class library (Portable)" with the following profile: (NET 4.5.1, Xamarin.Android, Xamarin.iOS&lt;/P&gt;
&lt;P&gt;3) Open properities of the just created project&lt;/P&gt;
&lt;P&gt;4) Click "Target .NET Platform Standard" link (in my case .NETStandard1.2 is preselected so I keep it)&lt;/P&gt;
&lt;P&gt;5) Manage NuGet Packages and try to add "Dropbox.Api"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nothing is added and the output says:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Package Dropbox.Api 4.3.0 is not compatible with netstandard1.2 (.NETStandard,Version=v1.2). Package Dropbox.Api 4.3.0 supports:&lt;BR /&gt; - net45 (.NETFramework,Version=v4.5)&lt;BR /&gt; - portable-dnxcore50+net45+win8+wp8+wpa81 (.NETPortable,Version=v0.0,Profile=net45+wp80+win8+wpa81+dnxcore50)&lt;BR /&gt; - portable-net40+sl5+win8+wp8+wpa81 (.NETPortable,Version=v0.0,Profile=Profile328)&lt;BR /&gt;One or more packages are incompatible with .NETStandard,Version=v1.2.&lt;BR /&gt;Package restore failed. Rolling back package changes for 'ClassLibrary1'.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I try to switch to&amp;nbsp;&lt;SPAN&gt;.NETStandard1.6 it is the same result:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Package Dropbox.Api 4.3.0 is not compatible with netstandard1.6 (.NETStandard,Version=v1.6). Package Dropbox.Api 4.3.0 supports:&lt;BR /&gt; - net45 (.NETFramework,Version=v4.5)&lt;BR /&gt; - portable-dnxcore50+net45+win8+wp8+wpa81 (.NETPortable,Version=v0.0,Profile=net45+wp80+win8+wpa81+dnxcore50)&lt;BR /&gt; - portable-net40+sl5+win8+wp8+wpa81 (.NETPortable,Version=v0.0,Profile=Profile328)&lt;BR /&gt;One or more packages are incompatible with .NETStandard,Version=v1.6.&lt;BR /&gt;Package restore failed. Rolling back package changes for 'ClassLibrary1'.&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 20:12:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NET-Standard-support/m-p/222779#M11937</guid>
      <dc:creator>Jan_Zeman</dc:creator>
      <dc:date>2017-05-24T20:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Standard support</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NET-Standard-support/m-p/222785#M11939</link>
      <description>&lt;P&gt;Hi Jan,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The SDK contains a PCL libarary which is compatible with .NET Standard. If you are using project.json you need add&amp;nbsp;&lt;SPAN class="s1"&gt;portable-net45+win8 to your import section e.g.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;"frameworks": { 
    "netstandard1.1": { 
        "imports": [ 
            "portable-net45+win8" 
        ] 
     } 
}&lt;/PRE&gt;
&lt;P&gt;If your are using .csproj you need add&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;PackageTargetFallback&amp;gt;portable-net45+win8&amp;lt;/PackageTargetFallback&amp;gt;&lt;/PRE&gt;
&lt;P&gt;under your &amp;lt;Project&amp;gt; element.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Qiming&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 20:38:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NET-Standard-support/m-p/222785#M11939</guid>
      <dc:creator>Qiming Y.</dc:creator>
      <dc:date>2017-05-24T20:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Standard support</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NET-Standard-support/m-p/222793#M11941</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Qiming,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yes, this worked. Thank you! I thought this all should work automatically while adding the NuGet. I do not know that much about this area yet. Is there any documentation Dropbox &amp;amp; .NET Standard around where I can read more and also use it in the future when libs get updated?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jan&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 21:11:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NET-Standard-support/m-p/222793#M11941</guid>
      <dc:creator>Jan_Zeman</dc:creator>
      <dc:date>2017-05-24T21:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Standard support</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NET-Standard-support/m-p/222797#M11942</link>
      <description>&lt;P&gt;We've added some instructions to the github README. If you need more info about PCL .NET Standard compatibility you can check out&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/nuget/schema/msbuild-targets#packagetargetfallback" target="_blank"&gt;https://docs.microsoft.com/en-us/nuget/schema/msbuild-targets#packagetargetfallback&lt;/A&gt; and&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/dotnet/articles/standard/library" target="_blank"&gt;https://docs.microsoft.com/en-us/dotnet/articles/standard/library&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Qiming&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 21:30:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NET-Standard-support/m-p/222797#M11942</guid>
      <dc:creator>Qiming Y.</dc:creator>
      <dc:date>2017-05-24T21:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Standard support</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NET-Standard-support/m-p/222799#M11943</link>
      <description>&lt;P&gt;Perfect. Thank you again! Jan&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 21:32:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NET-Standard-support/m-p/222799#M11943</guid>
      <dc:creator>Jan_Zeman</dc:creator>
      <dc:date>2017-05-24T21:32:04Z</dc:date>
    </item>
  </channel>
</rss>

