Skip to content

Commit 365a95f

Browse files
chore: add .net sdk to dependencies
1 parent 9c468a3 commit 365a95f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)