samuelneff / MimeTypeMap

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

Core CLR compatibility #29

Closed fredgate closed 8 years ago

fredgate commented 8 years ago

The library should support Core CLR and ported to .Net Platform 5.4.

samuelneff commented 8 years ago

Can you clarify what exactly you're asking for? What changes are required to fulfill this request?

0xdeafcafe commented 8 years ago

I've already done it over here: https://github.com/HelmGlobal/MimeTypeMap. I didn't do a pull request as didn't update the docs project to use the updated code.

samuelneff commented 8 years ago

Thanks. Looking at your fork it seems both the current and a core project could both be supported with separate project/sln files.

Is the project.json file necessary for core or did you add it for something else?

Sam

0xdeafcafe commented 8 years ago

That's required currently. When the runtime hits RTM, they are going to merge it into the xproj file.