Skip to content

Commit d839259

Browse files
committed
Update
1 parent dab6509 commit d839259

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MultiTarget/PackageReferences/Uwp/Microsoft.Web.WebView2.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- Explicit WebView2 reference needed to work around WebView2 pulling in Microsoft.VCLibs.Desktop on uap -->
55
<When Condition="'$(HasWinUI)' == 'true' AND '$(MultiTargetPlatformIdentifier)' != 'windows'" >
66
<ItemGroup>
7-
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2903.40" />
7+
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.3179.45" />
88
</ItemGroup>
99
</When>
1010
<Otherwise>

MultiTarget/PackageReferences/WinAppSdk.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<ItemGroup>
33
<PackageReference Condition="'$(HasWinUI)' == 'true'" Include="Microsoft.WindowsAppSDK.WinUI" Version="1.8.250906003" />
44
<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.2903.40" PrivateAssets="all" />
5+
<PackageReference Condition="'$(HasWinUI)' == 'true'" Include="Microsoft.Web.WebView2" Version="1.0.3179.45" PrivateAssets="all" />
66
</ItemGroup>
77
</Project>

0 commit comments

Comments
 (0)