From b1af49f72b5197e35fb5d35d6fbcfc0c4e0175a7 Mon Sep 17 00:00:00 2001 From: TSR Berry <20988865+TSRBerry@users.noreply.github.com> Date: Fri, 14 Oct 2022 17:16:57 +0200 Subject: [PATCH] dotnet: Adapt README.md to recent changes --- bindings/dotnet/README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/bindings/dotnet/README.md b/bindings/dotnet/README.md index 77171645..e299649a 100644 --- a/bindings/dotnet/README.md +++ b/bindings/dotnet/README.md @@ -7,15 +7,19 @@ from source. 1. Compile the code - [Windows] - To compile the code open the UnicornSln.sln with Microsoft Visual - Studio 12 or with a newer version and just press Ctrl+Shift+B to build - the solution. - - You need to have installed at least version 4.5 of the .NET framework. - - [Linux] - TODO + You need to have at least version 5.0 of .NET installed. + + 1. Windows + + To compile the code open the UnicornSln.sln with Microsoft Visual + Studio 12 or with a newer version and just press Ctrl+Shift+B to build + the solution. + + 2. Linux + + To compile the code open a terminal in this directory + and enter the following command to build the solution: + `dotnet build` 2. Usage