Bladeren bron

For Godot 3.2.2 beta2+ actualize requirements for Rider on Windows (#3584)

Ivan Shakhov 5 jaren geleden
bovenliggende
commit
f02b461e4a
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      getting_started/scripting/c_sharp/c_sharp_basics.rst

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

@@ -50,7 +50,7 @@ Make sure you at least have the .NET Framework 4.5 targeting pack installed, you
 Windows (JetBrains Rider)
 Windows (JetBrains Rider)
 ~~~~~~~~~~~~~~~~~~~~~~~~~
 ~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
-JetBrains Rider comes with bundled MSBuild, so you just need a recent .NET Framework Developer Pack.
+JetBrains Rider comes with bundled MSBuild, so nothing extra is required.
 Make sure to set the following preferences:
 Make sure to set the following preferences:
 
 
 - In Godot:
 - In Godot:
@@ -60,7 +60,7 @@ Make sure to set the following preferences:
 
 
 - In Rider:
 - In Rider:
 
 
-   - ``TargetFrameworkVersion`` in ``csproj`` should match the installed .NET Framework Developer Pack.
+   - Set ``MSBuild version`` to either bundled with Rider or .NET Core.
    - Install **Godot support** plugin.
    - Install **Godot support** plugin.
 
 
 macOS and Linux
 macOS and Linux