barrett777 / Heroes.ReplayParser

A C# library for parsing Heroes of the Storm replay files (.StormReplay)
MIT License
223 stars 95 forks source link

Update project to .Net Standard 2.0 and .Net Core 2.0 #56

Closed koliva8245 closed 7 years ago

koliva8245 commented 7 years ago

Libraries these days need to be .Net Standard and this one is no different.

Changes

barrett777 commented 7 years ago

Thanks for putting this together :)

barrett777 commented 7 years ago

I ended up reverting this, sorry :( It's not worth causing trouble for people who aren't interested in it. You'll just have to keep your own branch of it

koliva8245 commented 7 years ago

:( Not that much trouble, just need to add one line for .net framework apps.

https://www.hanselman.com/blog/ReferencingNETStandardAssembliesFromBothNETCoreAndNETFramework.aspx