Преглед изворни кода

Need VS 2019 for long time

(cherry picked from commit ccf75e68bc59a46103213e40fd9d32bbf45487ac)

Source commit: 29702cbfeb41ec2b341c7a162fd9311911739c83
Martin Prikryl пре 4 година
родитељ
комит
6598261b13
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      readme.md

+ 1 - 1
readme.md

@@ -2,7 +2,7 @@
 
 To build WinSCP you need:
 - [Embarcadero C++ Builder XE6 Professional](https://www.embarcadero.com/products/cbuilder).
-- [Build Tools and Agents for Visual Studio 2017](https://visualstudio.microsoft.com/) (for C# 7.0)
+- [Build Tools and Agents for Visual Studio 2019](https://visualstudio.microsoft.com/) (for C# 9.0)
 - [nasm](https://www.nasm.us/) (store it to `buildtools/tools/nasm.exe`)
 - [Object file converter](https://www.agner.org/optimize/#objconv) (store it to `buildtools/tools/objconv.exe`)
 - Build MFC (see [`readme_mfc.txt`](readme_mfc.txt)).