mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Updated Visual Studio C# Setup (markdown)
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user