From c2a987176947103eeaeae85cd08f0767f1dc6a03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hrvoje=20Mati=C4=87?= Date: Sun, 21 Jun 2020 21:17:00 +0200 Subject: [PATCH] Add support for latest MS Visual C++ runtime. --- src/Alturos.Yolo/DefaultYoloSystemValidator.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Alturos.Yolo/DefaultYoloSystemValidator.cs b/src/Alturos.Yolo/DefaultYoloSystemValidator.cs index ef9198b..d1f6ac9 100644 --- a/src/Alturos.Yolo/DefaultYoloSystemValidator.cs +++ b/src/Alturos.Yolo/DefaultYoloSystemValidator.cs @@ -62,7 +62,8 @@ private bool IsMicrosoftVisualCPlusPlus2017Available() { @"Installer\Dependencies\VC,redist.x64,amd64,14.23,bundle", "Microsoft Visual C++ 2015-2019 Redistributable (x64)" }, { @"Installer\Dependencies\VC,redist.x64,amd64,14.24,bundle", "Microsoft Visual C++ 2015-2019 Redistributable (x64)" }, { @"Installer\Dependencies\VC,redist.x64,amd64,14.25,bundle", "Microsoft Visual C++ 2015-2019 Redistributable (x64)" }, - { @"Installer\Dependencies\VC,redist.x64,amd64,14.26,bundle", "Microsoft Visual C++ 2015-2019 Redistributable (x64)" } + { @"Installer\Dependencies\VC,redist.x64,amd64,14.26,bundle", "Microsoft Visual C++ 2015-2019 Redistributable (x64)" }, + { @"Installer\Dependencies\VC,redist.x64,amd64,14.27,bundle", "Microsoft Visual C++ 2015-2019 Redistributable (x64)" } }; foreach (var checkKey in checkKeys)