We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c468a3 commit 365a95fCopy full SHA for 365a95f
1 file changed
README.md
@@ -51,7 +51,16 @@ The template includes automated setup scripts for different operating systems:
51
52
# 🗄️ Prerequisite Dependencies
53
54
-This template requires two dependencies to run:
+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
64
65
#### MongoDB
66
- **Purpose**: Primary database for storing application data
0 commit comments