Archomeda / Gw2Sharp

A cross-platform .NET wrapper library for the Guild Wars 2 API written in C#
https://archomeda.github.io/Gw2Sharp
MIT License
37 stars 8 forks source link

Remove netcoreapp2.1 and add net6.0 for testing #111

Closed Archomeda closed 2 years ago

Archomeda commented 2 years ago

.NET Core 2.1 hasn't been supported for some time now, but we were still testing against it. This is now removed. I've replaced it with .NET 6.

Gw2Sharp itself doesn't target .NET 6 yet.

Will start merging this once GitHub actions include .NET 6 by default for ubuntu agents...

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information