File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
MultiTarget/PackageReferences Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
<Choose >
4
4
<When Condition =" '$(MultiTargetPlatformIdentifier)' == 'windows'" >
5
5
<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" />
7
7
</ItemGroup >
8
8
</When >
9
9
<Otherwise >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<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" />
5
5
<PackageReference Condition =" '$(HasWinUI)' == 'true'" Include =" Microsoft.Web.WebView2" Version =" 1.0.2903.40" PrivateAssets =" all" />
6
6
</ItemGroup >
7
7
</Project >
You can’t perform that action at this time.
0 commit comments