From 6c0936caf25f7c3bb494d2d31ef2083122ce8f81 Mon Sep 17 00:00:00 2001 From: Backia Raj Kanagaraj Date: Mon, 7 Nov 2022 18:01:46 +0530 Subject: [PATCH] Modified the readme content --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fb4774d..5bac0d3 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,16 @@ # Inventory Management ASP.NET Core + This repository contains the inventory management application, built with ASP.NET Core 3.1 and Entity Framework 3.1 to illustrate performing CRUD actions. ## Prerequisites -* Visual Studio 2019 16.4.0 -* ASP.NET Core 3.1 +* Visual Studio 2022 * SQL Server 2017 - ## How to run the project * Checkout this project to a location in your disk. -* Open the solution file using the Visual Studio 2019. +* Open the solution file using the Visual Studio 2022. * Restore the NuGet packages by rebuilding the solution. -* Change the connection string in the appsettings.json file that points to your SQL Server +* Change the connection string in the appsettings.json file that points to your SQL Server. * Run the project. \ No newline at end of file