From f4a6f6d06b07a3a49ed925add88c0fea616ceed8 Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Mon, 6 Sep 2021 11:08:20 -0700 Subject: [PATCH] Updated Visual Studio C# Setup (markdown) --- Visual-Studio-C#-Setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.