Skip to content

Commit

Permalink
Update WinUI.Extra.props
Browse files Browse the repository at this point in the history
Remove webview2loader.dll from package (hopefully) - test workaround to report back to platform.
  • Loading branch information
michael-hawker authored Sep 23, 2024
1 parent cba322e commit 549e41e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MultiTarget/WinUI.Extra.props
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@

<WindowsSdkPackageVersion Condition="$([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8">10.0.22621.41</WindowsSdkPackageVersion>
<WindowsSdkPackageVersion Condition="8 > $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)'))">10.0.22621.38</WindowsSdkPackageVersion>

<!--- Workaround for ADO 53865998 - See https://github.com/CommunityToolkit/Tooling-Windows-Submodule/issues/215 - Don't include extraneous WebView2 dll -->
<WebView2NeverCopyLoaderDllToOutputDirectory Condition="'$(WebView2NeverCopyLoaderDllToOutputDirectory)' == '' And '$(WebView2EnableCsWinRTProjection)' == 'true'">true</WebView2NeverCopyLoaderDllToOutputDirectory>
</PropertyGroup>

<PropertyGroup Condition="'$(IsUno)' == 'true'">
Expand Down

0 comments on commit 549e41e

Please sign in to comment.