zymlabs / nswag-fluentvalidation

Use FluentValidation rules instead of ComponentModel attributes to define swagger schema.
MIT License
59 stars 13 forks source link

Update for FluentValidation 11 and update targets #15

Open Blackburn29 opened 9 months ago

Blackburn29 commented 9 months ago

There are assembly errors when referencing this project with FluentValidation 11.x since this project targets 10.2.3. It is possible that these version constraints are more strict than they need to be. But I haven't tested <11.0.

Also updated the AspNetCore project references to remove deprecated dependencies.

Blackburn29 commented 9 months ago

Fixes https://github.com/zymlabs/nswag-fluentvalidation/issues/14