Using NuGet
The NuGet link can be accessed for the NuGet packages to be added, and the requested packages can be added to the projects.
The package to be added is found via NuGet.
Synergy projects are currently running on .Net Core version 3.1. It should be added taking into account the versions supported by the package(s) to be added.
As indicated in the image, the package name is 'FluentValidation.AspNetCore' and the version information is '11.3.0'. You can use current versions or past versions according to your project needs.
To add the package specified in the image to the project
- 'Show All Files' in Project
- 'references'
>
can be added to the 'references.json' file by defining our package and version information.
- 'Show All Files' in Project