diff --git a/Visual-Studio-C#-Setup.md b/Visual-Studio-C#-Setup.md index 820e91b..7be91d8 100644 --- a/Visual-Studio-C#-Setup.md +++ b/Visual-Studio-C#-Setup.md @@ -2,8 +2,8 @@ Setting up raylib in Visual Studio is very simple. 1) Download and install Visual Studio (note, if you have used unity in the past, you probably have this already) 2) Create a new C# Console Application Project from the File -> New -> Project Menu - a) Select .net Core 3.1 for your target framework - b) If you do not have .net Core 3.1 download an install it. + 1. Select .net Core 3.1 for your target framework + 2. If you do not have .net Core 3.1 download an install it. 3) After the project is created, Right click on the project and choose "managed nuget projects" 4) Choose the Browse tab and type in "Raylib". 5) Select the "raylib-cs" package from the list and choose 'install' from the panel on the right.