Skip to content

Commit

Permalink
Update deps for net8
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth committed Nov 16, 2023
1 parent e3de814 commit 1939772
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 1 addition & 4 deletions Sample/VirtualListViewSample/VirtualListViewSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,8 @@
</PropertyGroup>


<ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">
<PackageReference Include="Microsoft.WindowsAppSdk" Version="1.3.230602002" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.1" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="LiteDb" Version="5.0.17" />
</ItemGroup>
<ItemGroup>
Expand Down
5 changes: 2 additions & 3 deletions VirtualListView/VirtualListView.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@

</PropertyGroup>

<ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">
<PackageReference Include="Microsoft.WindowsAppSdk" Version="1.3.230602002" />

<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="GitInfo" Version="3.1.1" PrivateAssets="all" />
Expand Down

0 comments on commit 1939772

Please sign in to comment.