mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 04:37:30 +02:00
updating: require dotnet >=3.1.10 (#9060)
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include <winrt/base.h>
|
||||
#pragma warning(default : 5205)
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#define NOMINMAX
|
||||
#include <Windows.h>
|
||||
#include <MsiQuery.h>
|
||||
#include <Shlwapi.h>
|
||||
@@ -19,6 +20,8 @@
|
||||
#include <PathCch.h>
|
||||
|
||||
#include <optional>
|
||||
#include <regex>
|
||||
#include <charconv>
|
||||
|
||||
#include <expected.hpp>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user