File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Sample/VirtualListViewSample Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 2424 </PropertyGroup >
2525
2626
27- <ItemGroup Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" >
28- <PackageReference Include =" Microsoft.WindowsAppSdk" Version =" 1.3.230602002" />
29- </ItemGroup >
3027 <ItemGroup >
31- <PackageReference Include =" CommunityToolkit.Mvvm" Version =" 8.2.1 " />
28+ <PackageReference Include =" CommunityToolkit.Mvvm" Version =" 8.2.2 " />
3229 <PackageReference Include =" LiteDb" Version =" 5.0.17" />
3330 </ItemGroup >
3431 <ItemGroup >
Original file line number Diff line number Diff line change 2929
3030 </PropertyGroup >
3131
32- <ItemGroup Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" >
33- <PackageReference Include =" Microsoft.WindowsAppSdk" Version =" 1.3.230602002" />
34-
32+ <ItemGroup >
3533 <PackageReference Include =" Microsoft.Maui.Controls" Version =" $(MauiVersion)" />
34+ <PackageReference Include =" Microsoft.Maui.Controls.Compatibility" Version =" $(MauiVersion)" />
3635 </ItemGroup >
3736 <ItemGroup >
3837 <PackageReference Include =" GitInfo" Version =" 3.1.1" PrivateAssets =" all" />
You can’t perform that action at this time.
0 commit comments