File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,13 +100,13 @@ but require full path import like ```import * as auth from 'client/auth.mjs';```
100100- https://www.nuget.org/packages/AltV.Net
101101- optional async module https://www.nuget.org/packages/AltV.Net.Async
102102
103- ### Installing .NET Core SDK >= 2.2
103+ ### Installing .NET Core SDK >= 3.0
104104
105105.NET Core SDK can be found [ here] ( https://dotnet.microsoft.com/download ) . You have to install the sdk, the runtime isn't needed.
106106
107107## Setup
108108
109- ### Create a project with Visual Studio 17 (Windows)
109+ ### Create a project with Visual Studio 19 (Windows)
110110
111111* Go to "File -> New -> Project..." now the Project Wizard should appear.
112112* In the left Column select "Installed -> Visual C# -> .NET Core".
You can’t perform that action at this time.
0 commit comments