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

Target netstandard2.1 and bump AutoMapper version to prevent version conflicts #126

Closed jacobmstein closed 2 years ago

jacobmstein commented 2 years ago

All unit tests passing before this change still pass.

jacobmstein commented 2 years ago

Hi @babelshift, any thoughts on this? I'd like to use the latest version of automapper in my projects.

babelshift commented 2 years ago

Thanks for the idea. I've taken this an expanded on it in #128 by multi-targeting netstandard2.0 and netstandard2.1 for backwards compatibility. Please try the latest 4.4.0 package.