diff --git a/README.md b/README.md
index 6451390fa2cf53feab398fc6424701aa88de1f14..d97d019515126856bd81ba9d619c84d06c1b3b1a 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ PICT consists of the following projects:
  * **clidll-usage**: A sample of how the PICT DLL is to be used.
 
 ## Building and testing on Windows with MsBuild
-Use **pict.sln** to open the solution in Visual Studio 2017. You will need VC++ build tools installed. See https://www.visualstudio.com/downloads/ for details.
+Use **pict.sln** to open the solution in Visual Studio 2019. You will need VC++ build tools installed. See https://www.visualstudio.com/downloads/ for details.
 
 PICT uses MsBuild for building. **_build.cmd** script in the root directory will build both Debug and Release from the command-line.