We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f36651c commit 228d7c5Copy full SHA for 228d7c5
.github/workflows/config/Directory.Build.targets
@@ -1,4 +1,9 @@
1
<Project>
2
+ <ItemGroup>
3
+ <!-- Workaround for WebView2 on uap pulling in Microsoft.VCLibs.Desktop when it shouldn't -->
4
+ <SDKReference Remove="Microsoft.VCLibs.Desktop, Version=14.0" />
5
+ </ItemGroup>
6
+
7
<ItemGroup>
8
<SlnGenSolutionItem Include="$(MSBuildThisFileDirectory).editorconfig" />
9
<SlnGenSolutionItem Include="$(MSBuildThisFileDirectory)settings.xamlstyler" />
0 commit comments