Skip to content

Commit 3fe062b

Browse files
michael-hawkerArlodotexe
authored andcommitted
Update WinUI.Extra.props
Remove webview2loader.dll from package (hopefully) - test workaround to report back to platform.
1 parent cba322e commit 3fe062b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MultiTarget/WinUI.Extra.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636

3737
<WindowsSdkPackageVersion Condition="$([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8">10.0.22621.41</WindowsSdkPackageVersion>
3838
<WindowsSdkPackageVersion Condition="8 > $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)'))">10.0.22621.38</WindowsSdkPackageVersion>
39+
40+
<!--- Workaround for ADO 53865998 - See https://github.com/CommunityToolkit/Tooling-Windows-Submodule/issues/215 - Don't include extraneous WebView2 dll -->
41+
<WebView2NeverCopyLoaderDllToOutputDirectory Condition="'$(WebView2NeverCopyLoaderDllToOutputDirectory)' == '' And '$(WebView2EnableCsWinRTProjection)' == 'true'">true</WebView2NeverCopyLoaderDllToOutputDirectory>
3942
</PropertyGroup>
4043

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

0 commit comments

Comments
 (0)