Skip to content

Commit c67a2b7

Browse files
Merge pull request #3 from Backiaraj/common
Modified the readme content
2 parents c4c7e5d + 6c0936c commit c67a2b7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
# Inventory Management ASP.NET Core
2+
23
This repository contains the inventory management application, built with ASP.NET Core 3.1 and Entity Framework 3.1 to illustrate performing CRUD actions.
34

45
## Prerequisites
56

6-
* Visual Studio 2019 16.4.0
7-
* ASP.NET Core 3.1
7+
* Visual Studio 2022
88
* SQL Server 2017
99

10-
1110
## How to run the project
1211

1312
* Checkout this project to a location in your disk.
14-
* Open the solution file using the Visual Studio 2019.
13+
* Open the solution file using the Visual Studio 2022.
1514
* Restore the NuGet packages by rebuilding the solution.
16-
* Change the connection string in the appsettings.json file that points to your SQL Server
15+
* Change the connection string in the appsettings.json file that points to your SQL Server.
1716
* Run the project.

0 commit comments

Comments
 (0)