Przeglądaj źródła

Removed outdated documentation

Vince Nguyen 2 lat temu
rodzic
commit
c8f45094b5
1 zmienionych plików z 0 dodań i 3 usunięć
  1. 0 3
      tutorials/scripting/c_sharp/c_sharp_basics.rst

+ 0 - 3
tutorials/scripting/c_sharp/c_sharp_basics.rst

@@ -98,7 +98,6 @@ After reading the "Prerequisites" section, you can download and install
 In Godot's **Editor → Editor Settings** menu:
 
 - Set **Mono** -> **Editor** -> **External Editor** to **JetBrains Rider**.
-- Set **Mono** -> **Builds** -> **Build Tool** to **dotnet CLI**.
 
 In Rider:
 
@@ -114,7 +113,6 @@ After reading the "Prerequisites" section, you can download and install
 In Godot's **Editor → Editor Settings** menu:
 
 - Set **Mono** -> **Editor** -> **External Editor** to **Visual Studio Code**.
-- Set **Mono** -> **Builds** -> **Build Tool** to **dotnet CLI**.
 
 In Visual Studio Code:
 
@@ -150,7 +148,6 @@ While installing Visual Studio, select these workloads:
 In Godot's **Editor → Editor Settings** menu:
 
 - Set **Mono** -> **Editor** -> **External Editor** to **Visual Studio**.
-- Set **Mono** -> **Builds** -> **Build Tool** to **dotnet CLI**.
 
 Next, you can download the Godot Visual Studio extension from github
 `here <https://github.com/godotengine/godot-csharp-visualstudio/releases>`__.