sdesyllas / RiotApi.NET

Riot Games League of Legends Api for .NET framework written in C#.
MIT License
31 stars 12 forks source link

error in download package #40

Open richardjbb opened 8 years ago

richardjbb commented 8 years ago

Install-Package: Could not install the 'RiotApi.NET 1.4.4' package. You are attempting to install this package a project that has '.NETFramework, Version = v4.5' as the destination, but the package does not contain references ens amblado or content files compatible with that framework. For more information, contact the author of the package.

can you help me pls, tks

sdesyllas commented 8 years ago

Hi, Try to change the target framework of your project to 4.5.2 or above

On Mon, Jun 13, 2016 at 3:51 PM, richardjbb notifications@github.com wrote:

Install-Package: Could not install the 'RiotApi.NET 1.4.4' package. You are attempting to install this package a project that has '.NETFramework, Version = v4.5' as the destination, but the package does not contain references ens amblado or content files compatible with that framework. For more information, contact the author of the package.

can you help me pls, tks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sdesyllas/RiotApi.NET/issues/40, or mute the thread https://github.com/notifications/unsubscribe/ABKyWHBp6EI50k-dT4Z79XAmPKIGA50eks5qLW5pgaJpZM4I0aHn .

Spyros Desyllas Software Engineer, MSc


richardjbb commented 8 years ago

Hello, I'll try and let you know, tks

richardjbb commented 8 years ago

thanks, that was the solution, and the api was installed