Code Monkey home page Code Monkey logo

Comments (6)

Ucodia avatar Ucodia commented on July 30, 2024

Hi Gianni. Can you tell me about your Visual Studio version? Currently the solution only has one project which is a Portable Class Library. Does your version supports PCL development? On previous Visual Studio version you need to install PCL support.

But if you develop for .NET 4.0 then wait for the next release to roll out (should come really soon). Next version will be split into 2 projects for .NET 4.0 and PCL. Also we will update the NuGet package as the master branch gets updated so you won't have to reference the source.

from unirest-net.

GianniBortoloBossini avatar GianniBortoloBossini commented on July 30, 2024

Hi Lionel. Thank you very much: I'll wait the next release.

2014-02-14 23:21 GMT+01:00 Lionel Ringenbach [email protected]:

Hi Gianni. Can you tell me about your Visual Studio version? Currently the
solution only has one project which is a Portable Class Library. Does your
version supports PCL development? On previous Visual Studio version you
need to install PCL support.

But if you develop for .NET 4.0 then wait for the next release to roll
out. Next version will be split into 2 projects for .NET 4.0 and PCL. Also
we will update the NuGet package as the master branch gets updated so you
won't have to reference the source.

Reply to this email directly or view it on GitHubhttps://github.com//issues/10#issuecomment-35130830
.

from unirest-net.

Ucodia avatar Ucodia commented on July 30, 2024

As a temporary workaround you can change the project type from PCL to a regular library type. To do so you can manually edit the .csproj file and remove those lines

<TargetFrameworkProfile>Profile136</TargetFrameworkProfile>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>

And then replace the build target imports by

<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

from unirest-net.

GianniBortoloBossini avatar GianniBortoloBossini commented on July 30, 2024

I prefer waiting for your updates.
Please, tell me when you solve the problem definitively.

2014-02-14 23:38 GMT+01:00 Lionel Ringenbach [email protected]:

As a temporary workaround you can change the project type from PCL to a
regular library type. To do so you can manually edit the .csproj file and
remove those lines

Profile136

{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}

And then replace the build target imports by

Reply to this email directly or view it on GitHubhttps://github.com//issues/10#issuecomment-35132096
.

from unirest-net.

Ucodia avatar Ucodia commented on July 30, 2024

I made a new branch on my fork and separated the projects. You can download it here : https://github.com/Ucodia/unirest-net/tree/platform-split

from unirest-net.

GianniBortoloBossini avatar GianniBortoloBossini commented on July 30, 2024

Thanks! :)
Il 15/feb/2014 00:31 "Lionel Ringenbach" [email protected] ha
scritto:

I made a new branch on my fork and separated the projects. You can
download it here :
https://github.com/Ucodia/unirest-net/tree/platform-split

Reply to this email directly or view it on GitHubhttps://github.com//issues/10#issuecomment-35137668
.

from unirest-net.

Related Issues (10)

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.