File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
MultiTarget/PackageReferences Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments