tosunthex / CoinGecko

CoinGecko .Net Standard api wrapper
111 stars 46 forks source link

Which .Net version am I supposed to target? #16

Closed ranknfyle closed 4 years ago

ranknfyle commented 4 years ago

Which .Net am I supposed to be targeting? Whether I choose .Net 2, 3 or 4.5 for my project and try to import it via Nuget, I get this: "Could not install package 'CoinGeckoAsyncApi 1.2.6'. You are trying to install this package into a project that targets '.NETFramework,Version=v3.0', 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"

000259

tosunthex commented 4 years ago

hi @element2 sorry my late answer but you need to use .net core for using this package.