Archomeda/Gw2Sharp

Update .NET version

Opened this issue · 1 comments

Right now Gw2Sharp is lacking behind the most recent released .NET SDK versions and are causing CI builds to fail.
Both .NET Core 3.1 and .NET 5 are out of support and should be replaced with .NET 6. If any project is still depending on those versions, it'll fall back to .NET Standard 2.0.

Removing the CI builds depending on these versions for now, otherwise I'm unable to release anything.