Browse Source

removing extraneous section around c# build tool

Yusuke Tsutsumi 7 years ago
parent
commit
12ebf03e77
1 changed files with 2 additions and 2 deletions
  1. 2 2
      getting_started/scripting/c_sharp/c_sharp_basics.rst

+ 2 - 2
getting_started/scripting/c_sharp/c_sharp_basics.rst

@@ -162,8 +162,8 @@ located in the project root:
 
 
 
 
 Whenever packages are added or modified, run nuget restore in the root of the
 Whenever packages are added or modified, run nuget restore in the root of the
-project directory, to ensure that the nuget packages will be available for msbuild
-(the tool used by godot to build mono projects) to use, run::
+project directory, to ensure that the nuget packages will be available for
+msbuild to use, run::
 
 
   $ msbuild /t:restore
   $ msbuild /t:restore