mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
[Setup] require dotnet >= 3.1.11 (#9386)
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user