Shiqan / FortniteReplayDecompressor

Read Fortnite replay files
https://fortnitereplaydecompressor.readthedocs.io/en/latest/
MIT License
90 stars 33 forks source link

Upgrade from netcoreapp3.1 to netstandard2.1 #26

Closed razfriman closed 3 years ago

razfriman commented 3 years ago
Shiqan commented 3 years ago

Hi @razfriman. Thanks for your PR :) What would be the reason to upgrade to net standard 2.1? Especially since I already have a net 5 branch. Might be interesting to support both .net standard 2.1 and .net 5 though.

Cheers, Shiqan

razfriman commented 3 years ago

My thoughts would be to support more runtimes such as .NET Framework 4.8 etc.

Perhaps we can do some multi targeting to allow this library to be used in as many platforms as possible. 🤞