Updated Visual Studio C# Setup (markdown)

Jeffery Myers
2021-09-06 11:08:20 -07:00
parent 505c68ee51
commit f4a6f6d06b

@ -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.