Skip to content

Commit

Permalink
Add workaround to prevent Microsoft.VCLibs.Desktop inclusion for WebV…
Browse files Browse the repository at this point in the history
…iew2 on UAP
  • Loading branch information
Arlodotexe committed Dec 19, 2024
1 parent f36651c commit 228d7c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/config/Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<Project>
<ItemGroup>
<!-- Workaround for WebView2 on uap pulling in Microsoft.VCLibs.Desktop when it shouldn't -->
<SDKReference Remove="Microsoft.VCLibs.Desktop, Version=14.0" />
</ItemGroup>

<ItemGroup>
<SlnGenSolutionItem Include="$(MSBuildThisFileDirectory).editorconfig" />
<SlnGenSolutionItem Include="$(MSBuildThisFileDirectory)settings.xamlstyler" />
Expand Down

0 comments on commit 228d7c5

Please sign in to comment.