Skip to content

Commit 3e8824a

Browse files
committed
Update Plugin.Maui.ScreenBrightness.csproj
1 parent f1128b9 commit 3e8824a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Plugin.Maui.ScreenBrightness/Plugin.Maui.ScreenBrightness.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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>
@@ -71,7 +71,6 @@
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 -->

0 commit comments

Comments
 (0)