-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade NuGet packages with exceptions for FluentValidation (#680)
### Summary & Motivation Upgrade all NuGet packages to their latest versions, with a few exceptions: - **FluentValidation** has been updated to the latest 7.x version, and a comment has been added to prevent upgrading to 8.x, as it requires a commercial license. - **Entity Framework** remains at version 8.x due to breaking changes in 9.x that have not yet been addressed. - **Scrutor** has not been upgraded, as the latest version caused runtime errors that need further investigation. Entity Framework and Scrutor will be revisited in a future update once the necessary fixes are implemented. ### Checklist - [x] I have added tests, or done manual regression tests - [x] I have updated the documentation, if necessary
- Loading branch information
Showing
4 changed files
with
39 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
application/account-management/WebApp/shared/lib/api/AccountManagement.Api.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
application/back-office/WebApp/shared/lib/api/BackOffice.Api.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters