jellyfin / TMDbLib

C#.Net library for TheMovieDB
MIT License
344 stars 128 forks source link

Update the TargetFrameworks #459

Open Bond-009 opened 9 months ago

Bond-009 commented 9 months ago

Targeting netstandard2.0 and net6.0 should be enough for the library as that should support all currently supported verions of .Net Framework (4.6.2+) and .NET (6.0+) while allowing it to compile on linux.

(Technically .NET Framework 3.5 Service Pack 1 is still supported but we currently don't support that anyway)

For the test projects I just went with the latest .NET version as .NET 5.0 isn't supported anymore.

cvium commented 9 months ago

We need to release 3.0.0 before this can go in.