From 505c68ee51a0d215884412fa66ed180296797a90 Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Mon, 6 Sep 2021 11:06:28 -0700 Subject: [PATCH] Updated Visual Studio C# Setup (markdown) --- Visual-Studio-C#-Setup.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Visual-Studio-C#-Setup.md b/Visual-Studio-C#-Setup.md index ab81c37..820e91b 100644 --- a/Visual-Studio-C#-Setup.md +++ b/Visual-Studio-C#-Setup.md @@ -2,6 +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. 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.