Browse Source

Polish new sentence about restoring NuGet packages

(cherry picked from commit 8c55f98736166687d7fbbd2f8147ab16fa40b9c0)
31 4 years ago
parent
commit
0b5b8ef496
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

@@ -288,8 +288,8 @@ the ``.csproj`` file located in the project root:
         ...
     </Project>
 
-When Godot builds your project, the .NET Core SDK automatically downloads any
-new packages. As of Godot 3.2.3, no special commands are necessary.
+As of Godot 3.2.3, Godot automatically downloads and sets up newly added NuGet
+packages the next time it builds the project.
 
 Profiling your C# code
 ----------------------