MapsterMapper / Mapster

A fast, fun and stimulating object to object Mapper
MIT License
4.23k stars 325 forks source link

Update Mapster.Core to target netstandard2.0 #680

Open ian-g-holm-intel opened 4 months ago

ian-g-holm-intel commented 4 months ago

I have an application with a plugin interface that lets plugins map custom types. However, these plugins must target netstandard2.0 and cannot target something like .Net 8. I don't see any reason why Mapster.Core couldn't target netstandard2.0 since it is a lightweight library for attributes, enums, etc.

I cloned and built the project with this change and there were no errors. So do you think this is possible? I can make a pull request if necessary.

Thanks.

Jojoshua commented 1 week ago

https://github.com/MapsterMapper/Mapster/pull/655