Reduce minimum .NET requirement to 4.6.1.

4.7.2 causes compatibility issues with Mono 5.4
in the interim period before we migrate to netstandard2.
This commit is contained in:
Paul Chote
2019-04-27 15:47:42 +00:00
committed by reaperrr
parent a4bac42c7f
commit 761b5e094d
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ Windows
Compiling OpenRA requires the following dependencies:
* [Windows PowerShell >= 4.0](http://microsoft.com/powershell) (included by default in recent Windows 10 versions)
* [.NET Framework >= 4.7.2](https://dotnet.microsoft.com/download/dotnet-framework/net472) (included by default in recent Windows 10 versions)
* [.NET Framework 4.6.1 (Developer Pack)](https://dotnet.microsoft.com/download/dotnet-framework/net461) (or via Visual Studio 2017)
Type `make dependencies` in a command terminal to download pre-compiled native libraries for:
* [SDL 2](http://www.libsdl.org/download-2.0.php)