samuelneff / MimeTypeMap

Provides a huge dictionary of file extensions to mime types.
MIT License
622 stars 201 forks source link

Added NET 5.0 as TargetFramework #128

Open nattfalk opened 3 years ago

sommmen commented 2 years ago

Also do net6!

markusschaber commented 2 years ago

Also do net6!

I'm not sure whether that's necessary, as .NET 6 should map back to .NET 5, without causing problems.

StefH commented 2 years ago

Actually the target frameworks should be changed back to what I fixed some time ago:

BTW: It seems that my PR (https://github.com/samuelneff/MimeTypeMap/pull/95) was overwritten again.