BenFradet / RiotSharp

C# wrapper for the Riot Games API
http://benfradet.github.io/RiotSharp/
MIT License
300 stars 145 forks source link

Incompatible with dotnet core 2? #482

Closed ddurschlag closed 7 years ago

ddurschlag commented 7 years ago

Adding the package to an empty console project gives a series of warnings about using dotnetframework 4.6.1 instead of dotnet core 2.0, then restore doesn't seem to work. Has this been tested working? Are there other steps? The patch to target .net standard 1.3 was supposed to make this possible, yes/no?

JanOuborny commented 7 years ago

The patch targeting .NET Standard 1.3 is not published, yet.

BenFradet commented 7 years ago

I just published 3.0.0 targeting dotnet core 2.0, closing