File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/Plugin.Maui.ScreenBrightness Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1414 <TargetPlatformMinVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" >10.0.17763.0</TargetPlatformMinVersion >
1515
1616 <RuntimeIdentifiers Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" >win-x64;win-x86;</RuntimeIdentifiers >
17-
17+ < EnableMsixTooling Condition = " $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows' " >true</ EnableMsixTooling >
1818 <!-- NuGet -->
1919 <Authors >jfversluis</Authors >
2020 <Copyright >Copyright © jfversluis and contributors</Copyright >
7171 <PackageReference Include =" Microsoft.Maui.Essentials" Version =" $(MauiVersion)" />
7272 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" all" IsImplicitlyDefined =" true" />
7373 <PackageReference Include =" System.Management" Version =" 9.0.1" Condition =" $(TargetFramework.Contains('-windows')) == true" />
74- <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.6.250108002" Condition =" $(TargetFramework.Contains('-windows')) == true" />
7574 </ItemGroup >
7675
7776 <!-- Package additions -->
You can’t perform that action at this time.
0 commit comments