Skip to content

Commit d4c5795

Browse files
authored
Added support for Segoe UI Variable on Windows 11 (#7786)
1 parent 0a7857d commit d4c5795

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/BackgroundTasks/BackgroundTasks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AssemblyName>BackgroundTasks</AssemblyName>
1212
<DefaultLanguage>it-IT</DefaultLanguage>
1313
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14-
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.19041.0</TargetPlatformVersion>
14+
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.22000.0</TargetPlatformVersion>
1515
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
1616
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
1717
<FileAlignment>512</FileAlignment>

src/Files.Launcher/Files.Launcher.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
3+
<TargetFramework>net6.0-windows10.0.22000.0</TargetFramework>
44
<OutputType>WinExe</OutputType>
55
<RootNamespace>FilesFullTrust</RootNamespace>
66
<AssemblyName>FilesFullTrust</AssemblyName>
@@ -17,6 +17,7 @@
1717
</PropertyGroup>
1818
<PropertyGroup>
1919
<StartupObject />
20+
<SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion>
2021
</PropertyGroup>
2122
<ItemGroup>
2223
<PackageReference Include="Microsoft.Management.Infrastructure" Version="2.0.0" />

src/Files.Package/Files.Package.wapproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
4444
<PropertyGroup>
4545
<ProjectGuid>3b15596c-3db9-4b58-b4c8-442d06a8c130</ProjectGuid>
46-
<TargetPlatformVersion>10.0.19041.0</TargetPlatformVersion>
46+
<TargetPlatformVersion>10.0.22000.0</TargetPlatformVersion>
4747
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
4848
<DefaultLanguage>en-US</DefaultLanguage>
4949
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>

src/Files/Files.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<AppxBundleAutoResourcePackageQualifiers>Scale|DXFeatureLevel</AppxBundleAutoResourcePackageQualifiers>
1414
<AppxDefaultResourceQualifiers>Language=en-US;af;ar;ca;da;da-DK;de-DE;el;en-GB;es-ES;es-419;fr-FR;he-IL;hi-IN;hu-HU;id-ID;it-IT;ja-JP;ka;ko-KR;lv-LV;nl-NL;or-IN;pl-PL;pt-BR;pt-PT;ru-RU;sv-SE;cs-CZ;ta;tr-TR;uk-UA;vi;zh-Hans;zh-Hant</AppxDefaultResourceQualifiers>
1515
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
16-
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.19041.0</TargetPlatformVersion>
16+
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.22000.0</TargetPlatformVersion>
1717
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
1818
<MinimumVisualStudioVersion>16</MinimumVisualStudioVersion>
1919
<FileAlignment>512</FileAlignment>
@@ -1613,11 +1613,10 @@
16131613
</ProjectReference>
16141614
</ItemGroup>
16151615
<ItemGroup>
1616-
<SDKReference Include="WindowsDesktop, Version=10.0.19041.0">
1616+
<SDKReference Include="WindowsDesktop, Version=10.0.22000.0">
16171617
<Name>Windows Desktop Extensions for the UWP</Name>
16181618
</SDKReference>
16191619
</ItemGroup>
1620-
<ItemGroup />
16211620
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '16.0' ">
16221621
<VisualStudioVersion>16.0</VisualStudioVersion>
16231622
</PropertyGroup>

0 commit comments

Comments
 (0)