Giter Site home page Giter Site logo

Comments (5)

funkyhippy avatar funkyhippy commented on June 1, 2024 1

You can get around this by targeting dotnet451 as well in the project file:

-In vs2017 RC unload then edit the project file,
-look for the following line:

<PropertyGroup>
    <PackageTargetFallback>$(PackageTargetFallback);portable-net45+win8+wp8+wpa81</PackageTargetFallback>
  </PropertyGroup>

-add ;net451 to the value so you have:

<PropertyGroup>
    <PackageTargetFallback>$(PackageTargetFallback);portable-net45+win8+wp8+wpa81;net451</PackageTargetFallback>
  </PropertyGroup>

you should now be able to add the Braintree NuGet package.

(see: http://www.natemcmaster.com/blog/2017/01/19/project-json-to-csproj/ for the new csproj format used in 2017 RC)

from braintree_dotnet.

paulers avatar paulers commented on June 1, 2024

1.1 has been out for a while. Would be great to get this sorted... can't use Braintree SDK at all in any of my upcoming projects.

from braintree_dotnet.

bangonkali avatar bangonkali commented on June 1, 2024

@funkyhippy for some reason this solution works. Do you think adding net45 will have any effect to those who deploy server on linux?

from braintree_dotnet.

lkorth avatar lkorth commented on June 1, 2024

Microsoft.AspNet.WebUtilities 1.0.0-rc1-final was removed as a dependency in 3.7.0.

Please try using 3.7.0 and let us know if this resolves your issue.

from braintree_dotnet.

lkorth avatar lkorth commented on June 1, 2024

Closing this issue. Please let us know if 3.7.0 or newer does not solve your issue.

from braintree_dotnet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.