From 19158a005c8c58bacd3b4cd2f363eca98665b303 Mon Sep 17 00:00:00 2001 From: Abdullah Alshibily <110694730+Abdullah-AlshibilyLL@users.noreply.github.com> Date: Fri, 3 Feb 2023 11:42:13 -0600 Subject: [PATCH] Update README.md Prerequisites: This should say .NET6 instead of 5. The top part of the document states that this version is built for .NET6 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 246eb8853..898ed88cc 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Foundation offers a starting point that is intuitive, well-structured and modula You will need these to run locally on your machine. -[Net 5](https://dotnet.microsoft.com/download/dotnet/5.0) sdk is required to use with visual studio. Runtime maybe sufficent to just run the application. +[Net 6](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) sdk is required to use with visual studio. Runtime maybe sufficent to just run the application. [Node JS](https://nodejs.org/en/download/) @@ -76,4 +76,4 @@ After completing the setup steps and running the solution, access the site at /src/Foundation/Properties/launchSettings.json. ---- \ No newline at end of file +---