Update minversion

This commit is contained in:
Han Zhang 2022-10-26 18:22:40 +08:00
commit dcc4ca3eea
2 changed files with 1 additions and 7 deletions

View file

@ -54,12 +54,6 @@ namespace // put the utils within this TU
bool IsGraphingModeEnabled() bool IsGraphingModeEnabled()
{ {
static bool isGraphSupported = Windows::Foundation::Metadata::ApiInformation::IsMethodPresent("Windows.UI.Text.RichEditTextDocument", "GetMath");
if (!isGraphSupported)
{
return false;
}
static bool isChecked = false; static bool isChecked = false;
static bool isEnabled = false; static bool isEnabled = false;

View file

@ -8,7 +8,7 @@
<Logo>Assets\CalculatorStoreLogo.png</Logo> <Logo>Assets\CalculatorStoreLogo.png</Logo>
</Properties> </Properties>
<Dependencies> <Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.18363.0" MaxVersionTested="10.0.22000.0" /> <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.19041.0" MaxVersionTested="10.0.22000.0" />
</Dependencies> </Dependencies>
<Resources> <Resources>
<Resource Language="x-generate" /> <Resource Language="x-generate" />