-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update package references across projects (#719)
Updated package references in AdminSite.csproj, CustomerSite.csproj, and Services.csproj for enhanced MVC view support and Azure service integration. Specifically, added `Microsoft.AspNetCore.Mvc.ViewFeatures` version `2.1.3` to both AdminSite and CustomerSite projects for improved MVC view functionalities. In Services.csproj, introduced `Azure.Identity` for Azure service authentication, streamlined Azure authentication by replacing older packages with `Microsoft.Identity.Client`, and aligned `Microsoft.AspNetCore.Mvc.ViewFeatures` version with other projects for compatibility.
- Loading branch information
Showing
3 changed files
with
5 additions
and
3 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
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