File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,16 @@ The template includes automated setup scripts for different operating systems:
5151
5252# 🗄️ Prerequisite Dependencies
5353
54- This template requires two dependencies to run:
54+ This template requires three dependencies to run:
55+
56+ #### .NET 8 SDK
57+ - ** Purpose** : Required to build and run the .NET applications
58+ - ** Version** : .NET 8.0+
59+ - ** Download** : [ .NET 8 SDK] ( https://dotnet.microsoft.com/download/dotnet/8.0 )
60+ - ** Installation** : Follow the official installation guide for your operating system
61+ - ** Verification** : Run ` dotnet --version ` in your terminal to confirm installation
62+
63+ #### MongoDB
5564
5665#### MongoDB
5766- ** Purpose** : Primary database for storing application data
You can’t perform that action at this time.
0 commit comments