dotnet-architecture / eShopOnContainers

Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor. Moved to https://github.com/dotnet/eShop.
https://dot.net/architecture
24.58k stars 10.36k forks source link

Updated the jQuery versions so the repo can be built and run #2153

Open sujitdmello opened 10 months ago

sujitdmello commented 10 months ago

jQuery 3.6.3. version is no longer available on the package repository (it has vulnerabilitties) so the build was failing. Updated to the next supported version (3.6.4).

Built and ran the app locally to validate the changes worked.