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)