[Setup] require dotnet >= 3.1.11 (#9386)

This commit is contained in:
Andrey Nekrasov
2021-02-01 15:05:13 +03:00
committed by GitHub
parent 0273fbffb9
commit 8556ccb810

View File

@@ -10,7 +10,7 @@ namespace fs = std::filesystem;
namespace updating
{
constexpr size_t REQUIRED_MINIMAL_PATCH = 10;
constexpr size_t REQUIRED_MINIMAL_PATCH = 11;
bool dotnet_is_installed()
{