babelshift / SteamWebAPI2

🎮 C# / .NET library that makes it easy to use the Steam Web API. It conveniently wraps around all of the JSON data and ugly API details with clean methods, structures and classes.
MIT License
263 stars 43 forks source link

Package does not contain any assembly references or content files that are compatible with that framework #64

Closed SniperED007 closed 6 years ago

SniperED007 commented 6 years ago

When trying to upgrade from version 3.1.04 to 4.0.8 I get this error:

Could not install package 'SteamWebAPI2 4.0.8'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.6.1', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

What should I do?

babelshift commented 6 years ago

Can you give more details about your project setup? I am not able to reproduce this. Here are the steps I took:

The update succeeds.

SniperED007 commented 6 years ago

I'm using an ASP.NET Cloud Web API app

babelshift commented 6 years ago

Please re-open when you have more info.