Skip to content

Commit 5b0f3f6

Browse files
Community Toolkit upgrade to 8.1.240821 (after .84 is verified stable) (#34419)
* getting stuff to compile again * correcting install publish folder * fixing notice * Update NOTICE.md Co-authored-by: Michael Hawker MSFT (XAML Llama) <[email protected]> * getting it so it compiles again --------- Co-authored-by: Michael Hawker MSFT (XAML Llama) <[email protected]>
1 parent 7e99389 commit 5b0f3f6

File tree

21 files changed

+54
-70
lines changed

21 files changed

+54
-70
lines changed

.vsconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"Microsoft.VisualStudio.Workload.ManagedDesktop",
88
"Microsoft.VisualStudio.Workload.Universal",
99
"Microsoft.VisualStudio.Component.Windows10SDK.19041",
10-
"Microsoft.VisualStudio.Component.Windows10SDK.20348",
10+
"Microsoft.VisualStudio.Component.Windows10SDK.22621",
1111
"Microsoft.VisualStudio.ComponentGroup.UWP.VC",
1212
"Microsoft.VisualStudio.Component.UWP.VC.ARM64",
1313
"Microsoft.VisualStudio.Component.VC.Runtimes.ARM64.Spectre",

Cpp.Build.props

+5-6
Original file line numberDiff line numberDiff line change
@@ -94,17 +94,16 @@
9494
</Link>
9595
</ItemDefinitionGroup>
9696

97-
<!-- Global props -->
98-
<PropertyGroup Label="Globals"
99-
Condition="'$(OverrideWindowsTargetPlatformVersion)'!='True'">
100-
<WindowsTargetPlatformVersion>10.0.20348.0</WindowsTargetPlatformVersion>
101-
<TargetPlatformVersion>10.0.20348.0</TargetPlatformVersion>
97+
<!-- Global props OverrideWindowsTargetPlatformVersion-->
98+
<PropertyGroup Label="Globals">
99+
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
100+
<TargetPlatformVersion>10.0.22621.0</TargetPlatformVersion>
102101
<WindowsTargetPlatformMinVersion>10.0.19041.0</WindowsTargetPlatformMinVersion>
103102
</PropertyGroup>
104103

105104
<!-- Props that are constant for both Debug and Release configurations -->
106105
<PropertyGroup Label="Configuration">
107-
<PlatformToolset Condition="'$(OverridePlatformToolset)'!='True'">v143</PlatformToolset>
106+
<PlatformToolset>v143</PlatformToolset>
108107
<CharacterSet>Unicode</CharacterSet>
109108
<DesktopCompatible>true</DesktopCompatible>
110109
<SpectreMitigation>Spectre</SpectreMitigation>

Directory.Packages.props

+8-8
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<PackageVersion Include="Appium.WebDriver" Version="4.4.5" />
77
<PackageVersion Include="Azure.AI.OpenAI" Version="1.0.0-beta.12" />
88
<PackageVersion Include="CommunityToolkit.Mvvm" Version="8.2.2" />
9-
<PackageVersion Include="CommunityToolkit.WinUI.Animations" Version="8.0.240109" />
10-
<PackageVersion Include="CommunityToolkit.WinUI.Collections" Version="8.0.240109" />
11-
<PackageVersion Include="CommunityToolkit.WinUI.Controls.Primitives" Version="8.0.240109" />
12-
<PackageVersion Include="CommunityToolkit.WinUI.Controls.SettingsControls" Version="8.0.240109" />
13-
<PackageVersion Include="CommunityToolkit.WinUI.Controls.Segmented" Version="8.0.240109" />
14-
<PackageVersion Include="CommunityToolkit.WinUI.Controls.Sizers" Version="8.0.240109" />
15-
<PackageVersion Include="CommunityToolkit.WinUI.Converters" Version="8.0.240109" />
16-
<PackageVersion Include="CommunityToolkit.WinUI.Extensions" Version="8.0.240109" />
9+
<PackageVersion Include="CommunityToolkit.WinUI.Animations" Version="8.1.240821" />
10+
<PackageVersion Include="CommunityToolkit.WinUI.Collections" Version="8.1.240821" />
11+
<PackageVersion Include="CommunityToolkit.WinUI.Controls.Primitives" Version="8.1.240821" />
12+
<PackageVersion Include="CommunityToolkit.WinUI.Controls.SettingsControls" Version="8.1.240821" />
13+
<PackageVersion Include="CommunityToolkit.WinUI.Controls.Segmented" Version="8.1.240821" />
14+
<PackageVersion Include="CommunityToolkit.WinUI.Controls.Sizers" Version="8.1.240821" />
15+
<PackageVersion Include="CommunityToolkit.WinUI.Converters" Version="8.1.240821" />
16+
<PackageVersion Include="CommunityToolkit.WinUI.Extensions" Version="8.1.240821" />
1717
<PackageVersion Include="CommunityToolkit.WinUI.UI.Controls.DataGrid" Version="7.1.2" />
1818
<PackageVersion Include="CommunityToolkit.WinUI.UI.Controls.Markdown" Version="7.1.2" />
1919
<PackageVersion Include="ControlzEx" Version="6.0.0" />

NOTICE.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1299,14 +1299,14 @@ EXHIBIT A -Mozilla Public License.
12991299
- Appium.WebDriver 4.4.5
13001300
- Azure.AI.OpenAI 1.0.0-beta.12
13011301
- CommunityToolkit.Mvvm 8.2.2
1302-
- CommunityToolkit.WinUI.Animations 8.0.240109
1303-
- CommunityToolkit.WinUI.Collections 8.0.240109
1304-
- CommunityToolkit.WinUI.Controls.Primitives 8.0.240109
1305-
- CommunityToolkit.WinUI.Controls.Segmented 8.0.240109
1306-
- CommunityToolkit.WinUI.Controls.SettingsControls 8.0.240109
1307-
- CommunityToolkit.WinUI.Controls.Sizers 8.0.240109
1308-
- CommunityToolkit.WinUI.Converters 8.0.240109
1309-
- CommunityToolkit.WinUI.Extensions 8.0.240109
1302+
- CommunityToolkit.WinUI.Animations 8.1.240821
1303+
- CommunityToolkit.WinUI.Collections 8.1.240821
1304+
- CommunityToolkit.WinUI.Controls.Primitives 8.1.240821
1305+
- CommunityToolkit.WinUI.Controls.Segmented 8.1.240821
1306+
- CommunityToolkit.WinUI.Controls.SettingsControls 8.1.240821
1307+
- CommunityToolkit.WinUI.Controls.Sizers 8.1.240821
1308+
- CommunityToolkit.WinUI.Converters 8.1.240821
1309+
- CommunityToolkit.WinUI.Extensions 8.1.240821
13101310
- CommunityToolkit.WinUI.UI.Controls.DataGrid 7.1.2
13111311
- CommunityToolkit.WinUI.UI.Controls.Markdown 7.1.2
13121312
- ControlzEx 6.0.0

src/Common.Dotnet.CsWinRT.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!-- Some items may be set in Directory.Build.props in root -->
33
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
44
<PropertyGroup>
5-
<WindowsSdkPackageVersion>10.0.20348.38</WindowsSdkPackageVersion>
6-
<TargetFramework>net8.0-windows10.0.20348.0</TargetFramework>
5+
<WindowsSdkPackageVersion>10.0.22621.38</WindowsSdkPackageVersion>
6+
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
77
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
88
<SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion>
99
<RuntimeIdentifiers>win-x64;win-arm64</RuntimeIdentifiers>

src/modules/CropAndLock/CropAndLock/CropAndLock.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ProjectGuid>{f5e1146e-b7b3-4e11-85fd-270a500bd78c}</ProjectGuid>
1111
<Keyword>Win32Proj</Keyword>
1212
<RootNamespace>CropAndLock</RootNamespace>
13-
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.20348.0</WindowsTargetPlatformVersion>
13+
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.22621.0</WindowsTargetPlatformVersion>
1414
<WindowsTargetPlatformMinVersion>10.0.19041.0</WindowsTargetPlatformMinVersion>
1515
</PropertyGroup>
1616
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

src/modules/FileLocksmith/FileLocksmithLibInterop/FileLocksmithLibInterop.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<ProjectGuid>{c604b37e-9d0e-4484-8778-e8b31b0e1b3a}</ProjectGuid>
2626
<ProjectName>PowerToys.FileLocksmithLib.Interop</ProjectName>
2727
<RootNamespace>PowerToys.FileLocksmithLib.Interop</RootNamespace>
28-
<TargetFramework>net8.0-windows10.0.20348.0</TargetFramework>
28+
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
2929
<OutDir>..\..\..\..\$(Platform)\$(Configuration)\WinUI3Apps\</OutDir>
3030
<TargetName>PowerToys.FileLocksmithLib.Interop</TargetName>
3131
</PropertyGroup>

src/modules/FileLocksmith/FileLocksmithUI/Properties/PublishProfiles/InstallationPublishProfile.pubxml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
55
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
66
<PropertyGroup>
77
<PublishProtocol>FileSystem</PublishProtocol>
8-
<TargetFramework>net8.0-windows10.0.20348.0</TargetFramework>
8+
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
99
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
1010
<SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion>
1111
<PublishDir>$(PowerToysRoot)\$(Platform)\$(Configuration)\WinUI3Apps</PublishDir>

src/modules/MeasureTool/MeasureToolCore/PowerToys.MeasureToolCore.vcxproj

-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121
<AppxPackage>false</AppxPackage>
2222
<ApplicationType>Windows Store</ApplicationType>
2323
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
24-
<OverrideWindowsTargetPlatformVersion>true</OverrideWindowsTargetPlatformVersion>
25-
<!-- Even though these are defined in Cpp.Build.props some of the other props referred here override these vales, so we need to specify them. -->
26-
<WindowsTargetPlatformVersion>10.0.20348.0</WindowsTargetPlatformVersion>
27-
<WindowsTargetPlatformMinVersion>10.0.19041.0</WindowsTargetPlatformMinVersion>
2824
<UseWinUI>true</UseWinUI>
2925
<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>
3026
<EnablePreviewMsixTooling>true</EnablePreviewMsixTooling>

src/modules/Workspaces/WorkspacesLib/WorkspacesLib.vcxproj

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.240111.5\build\native\Microsoft.Windows.CppWinRT.props" Condition="Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.240111.5\build\native\Microsoft.Windows.CppWinRT.props')" />
34
<PropertyGroup Label="Globals">
45
<VCProjectVersion>16.0</VCProjectVersion>
56
<ProjectGuid>{b31fcc55-b5a4-4ea7-b414-2dceae6af332}</ProjectGuid>
@@ -49,8 +50,19 @@
4950
<Project>{d9b8fc84-322a-4f9f-bbb9-20915c47ddfd}</Project>
5051
</ProjectReference>
5152
</ItemGroup>
53+
<ItemGroup>
54+
<None Include="packages.config" />
55+
</ItemGroup>
5256
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
5357
<Import Project="..\..\..\..\deps\spdlog.props" />
5458
<ImportGroup Label="ExtensionTargets">
59+
<Import Project="..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.240111.5\build\native\Microsoft.Windows.CppWinRT.targets" Condition="Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.240111.5\build\native\Microsoft.Windows.CppWinRT.targets')" />
5560
</ImportGroup>
61+
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
62+
<PropertyGroup>
63+
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
64+
</PropertyGroup>
65+
<Error Condition="!Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.240111.5\build\native\Microsoft.Windows.CppWinRT.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.240111.5\build\native\Microsoft.Windows.CppWinRT.props'))" />
66+
<Error Condition="!Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.240111.5\build\native\Microsoft.Windows.CppWinRT.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.240111.5\build\native\Microsoft.Windows.CppWinRT.targets'))" />
67+
</Target>
5668
</Project>

src/modules/Workspaces/WorkspacesLib/WorkspacesLib.vcxproj.filters

+3
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,7 @@
3838
<Filter>Source Files</Filter>
3939
</ClCompile>
4040
</ItemGroup>
41+
<ItemGroup>
42+
<None Include="packages.config" />
43+
</ItemGroup>
4144
</Project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="Microsoft.Windows.CppWinRT" version="2.0.240111.5" targetFramework="native" />
4+
</packages>

src/modules/alwaysontop/AlwaysOnTop/WindowCornersUtil.cpp

-15
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,6 @@
55

66
#include <dwmapi.h>
77

8-
// Placeholder enums since dwmapi.h doesn't have these until SDK 22000.
9-
// TODO: Remove once SDK targets 22000 or above.
10-
enum DWMWINDOWATTRIBUTE_CUSTOM
11-
{
12-
DWMWA_WINDOW_CORNER_PREFERENCE = 33
13-
};
14-
15-
enum DWM_WINDOW_CORNER_PREFERENCE
16-
{
17-
DWMWCP_DEFAULT = 0,
18-
DWMWCP_DONOTROUND = 1,
19-
DWMWCP_ROUND = 2,
20-
DWMWCP_ROUNDSMALL = 3
21-
};
22-
238
int WindowCornerUtils::CornerPreference(HWND window) noexcept
249
{
2510
int cornerPreference = -1;

src/modules/fancyzones/FancyZonesLib/WindowUtils.cpp

-16
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,6 @@ namespace NonLocalizable
2222
const wchar_t SystemAppsFolder[] = L"SYSTEMAPPS";
2323
}
2424

25-
// Placeholder enums since dwmapi.h doesn't have these until SDK 22000.
26-
// TODO: Remove once SDK targets 22000 or above.
27-
enum DWMWINDOWATTRIBUTE_CUSTOM
28-
{
29-
DWMWA_WINDOW_CORNER_PREFERENCE = 33
30-
31-
};
32-
33-
enum DWM_WINDOW_CORNER_PREFERENCE
34-
{
35-
DWMWCP_DEFAULT = 0,
36-
DWMWCP_DONOTROUND = 1,
37-
DWMWCP_ROUND = 2,
38-
DWMWCP_ROUNDSMALL = 3
39-
};
40-
4125
namespace
4226
{
4327
BOOL CALLBACK saveDisplayToVector(HMONITOR monitor, HDC /*hdc*/, LPRECT /*rect*/, LPARAM data)

src/modules/keyboardmanager/KeyboardManagerEngineLibrary/KeyboardManagerEngineLibrary.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
6868
</PropertyGroup>
6969
<Error Condition="!Exists('..\..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.231216.1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.231216.1\build\native\Microsoft.Windows.ImplementationLibrary.targets'))" />
70+
<Error Condition="!Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.240111.5\build\native\Microsoft.Windows.CppWinRT.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.240111.5\build\native\Microsoft.Windows.CppWinRT.props'))" />
7071
<Error Condition="!Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.240111.5\build\native\Microsoft.Windows.CppWinRT.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.240111.5\build\native\Microsoft.Windows.CppWinRT.targets'))" />
7172
</Target>
7273
</Project>

src/modules/launcher/PowerLauncher/Properties/PublishProfiles/InstallationPublishProfile.pubxml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
55
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
66
<PropertyGroup>
77
<PublishProtocol>FileSystem</PublishProtocol>
8-
<TargetFramework>net8.0-windows10.0.20348.0</TargetFramework>
8+
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
99
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
1010
<SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion>
1111
<PublishDir>$(PowerToysRoot)\$(Platform)\$(Configuration)</PublishDir>

src/modules/previewpane/MarkdownPreviewHandler/Properties/PublishProfiles/InstallationPublishProfile.pubxml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
55
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
66
<PropertyGroup>
77
<PublishProtocol>FileSystem</PublishProtocol>
8-
<TargetFramework>net8.0-windows10.0.20348.0</TargetFramework>
8+
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
99
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
1010
<SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion>
1111
<PublishDir>$(PowerToysRoot)\$(Platform)\$(Configuration)</PublishDir>

src/modules/previewpane/MonacoPreviewHandler/Properties/PublishProfiles/InstallationPublishProfile.pubxml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
55
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
66
<PropertyGroup>
77
<PublishProtocol>FileSystem</PublishProtocol>
8-
<TargetFramework>net8.0-windows10.0.20348.0</TargetFramework>
8+
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
99
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
1010
<SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion>
1111
<PublishDir>$(PowerToysRoot)\$(Platform)\$(Configuration)</PublishDir>

src/modules/previewpane/SvgPreviewHandler/Properties/PublishProfiles/InstallationPublishProfile.pubxml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
55
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
66
<PropertyGroup>
77
<PublishProtocol>FileSystem</PublishProtocol>
8-
<TargetFramework>net8.0-windows10.0.20348.0</TargetFramework>
8+
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
99
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
1010
<SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion>
1111
<PublishDir>$(PowerToysRoot)\$(Platform)\$(Configuration)</PublishDir>

src/modules/previewpane/SvgThumbnailProvider/Properties/PublishProfiles/InstallationPublishProfile.pubxml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
55
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
66
<PropertyGroup>
77
<PublishProtocol>FileSystem</PublishProtocol>
8-
<TargetFramework>net8.0-windows10.0.20348.0</TargetFramework>
8+
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
99
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
1010
<SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion>
1111
<PublishDir>$(PowerToysRoot)\$(Platform)\$(Configuration)</PublishDir>

src/settings-ui/Settings.UI/Properties/PublishProfiles/InstallationPublishProfile.pubxml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
55
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
66
<PropertyGroup>
77
<PublishProtocol>FileSystem</PublishProtocol>
8-
<TargetFramework>net8.0-windows10.0.20348.0</TargetFramework>
8+
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
99
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
1010
<SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion>
1111
<PublishDir>$(PowerToysRoot)\$(Platform)\$(Configuration)\WinUI3Apps</PublishDir>

0 commit comments

Comments
 (0)