Skip to content

Commit

Permalink
Workaround WinAppSDK bug introduced in .NET SDK update
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Nielsen committed Oct 24, 2024
1 parent 0d12057 commit 0488247
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<UseWinUI>true</UseWinUI>
<IncludeXamlFilesInNugetPackage>False</IncludeXamlFilesInNugetPackage>
<DisableEmbeddedXbf>false</DisableEmbeddedXbf>
<WindowsSdkPackageVersion>10.0.19041.34</WindowsSdkPackageVersion> <!-- Workaround regression in latest .NET SDK. Remove when moving to WinAppSDK v1.6+ -->
</PropertyGroup>

<PropertyGroup Condition="$([MSBuild]::IsTargetFrameworkCompatible($(TargetFramework), 'net8.0'))">
Expand Down

0 comments on commit 0488247

Please sign in to comment.