Azure / Commercial-Marketplace-SaaS-Accelerator

A reference example with sample code for developers interested publishing transactable, Software as a-Service offers in the Microsoft commercial marketplace.
MIT License
179 stars 275 forks source link

Update package references across projects #719

Open bkhabazan opened 3 weeks ago

bkhabazan commented 3 weeks ago

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.