File tree Expand file tree Collapse file tree
MultiTarget/PackageReferences Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <Choose >
44 <When Condition =" '$(MultiTargetPlatformIdentifier)' == 'windows'" >
55 <ItemGroup >
6- <PackageReference Include =" Microsoft.Windows.CsWinRT" Version =" 2.1.6 " PrivateAssets =" all" />
6+ <PackageReference Include =" Microsoft.Windows.CsWinRT" Version =" 2.2.0 " PrivateAssets =" all" />
77 </ItemGroup >
88 </When >
99 <Otherwise >
Original file line number Diff line number Diff line change 11<Project >
22 <ItemGroup >
3- <PackageReference Condition =" '$(HasWinUI)' == 'true'" Include =" Microsoft.WindowsAppSDK" Version =" 1.6.241114003 " />
4- <PackageReference Condition =" '$(HasWinUI)' == 'true'" Include =" Microsoft.Windows.CsWinRt" Version =" 2.1.6 " PrivateAssets =" all" />
3+ <PackageReference Condition =" '$(HasWinUI)' == 'true'" Include =" Microsoft.WindowsAppSDK" Version =" 1.6.250108002 " />
4+ <PackageReference Condition =" '$(HasWinUI)' == 'true'" Include =" Microsoft.Windows.CsWinRt" Version =" 2.2.0 " PrivateAssets =" all" />
55 <PackageReference Condition =" '$(HasWinUI)' == 'true'" Include =" Microsoft.Web.WebView2" Version =" 1.0.2903.40" PrivateAssets =" all" />
66 </ItemGroup >
77</Project >
You can’t perform that action at this time.
0 commit comments