cezarypiatek / MappingGenerator

:arrows_counterclockwise: "AutoMapper" like, Roslyn based, code fix provider that allows to generate mapping code in design time.
https://marketplace.visualstudio.com/items?itemName=54748ff9-45fc-43c2-8ec5-cf7912bc3b84.mappinggenerator
MIT License
1.03k stars 120 forks source link

Update netcoreapp3.1 and dependencies #118

Closed jorisdebock closed 4 years ago

jorisdebock commented 4 years ago

Since netcoreapp3.0 is EOL, this pull requests updates the projects to netcoreapp3.1 (LTS)

cezarypiatek commented 4 years ago

I will not upgrade SmartCodeGenerator.Sdk unless the contract changes. It doesn't matter that it uses not supported framework version. Releasing a new version od SDK will require additional work to support all generators build with an old and a new version of sdk. I can't see any problems caused by the usage of an unsupported framework version.

I would like also to avoid upgrading roslyn dependencies to 3.X because it won't work on VS2017.

jorisdebock commented 4 years ago

Ok, understandable, then we can close this pr.