MisterJames / GenFu

GenFu is a library you can use to generate realistic test data. It is composed of several property fillers that can populate commonly named properties through reflection using an internal database of values or randomly created data. You can override any of the fillers, give GenFu hints on how to fill them.
Other
831 stars 100 forks source link

[TargetFrameworks] Why do you support so many target frameworks? #164

Closed xperiandri closed 2 years ago

xperiandri commented 2 years ago

I propose to leave netstandard2.0 only. Will you accept such a pull request?

dpaquette commented 2 years ago

We previously supported many target frameworks because that's what was needed at the time when we created earlier versions of GenFu. Thanks for helping bring GenFu to the 2020s :-)

Closed via #166