We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06aed5c commit 246c51bCopy full SHA for 246c51b
1 file changed
MultiTarget/PackageReferences/WinAppSdk.props
@@ -2,6 +2,5 @@
2
<ItemGroup>
3
<PackageReference Condition="'$(HasWinUI)' == 'true'" Include="Microsoft.WindowsAppSDK.WinUI" Version="1.8.260204000" />
4
<PackageReference Condition="'$(HasWinUI)' == 'true'" Include="Microsoft.Windows.CsWinRT" Version="2.2.0" PrivateAssets="all" />
5
- <PackageReference Condition="'$(HasWinUI)' == 'true'" Include="Microsoft.Web.WebView2" Version="1.0.3179.45" PrivateAssets="all" />
6
</ItemGroup>
7
</Project>
0 commit comments