Skip to content

Commit f5923be

Browse files
committed
Changed Sample Target Version to Latest .NET9 Target Version.
1 parent 6be0134 commit f5923be

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ListViewMaui/ListViewMaui/ListViewMaui.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net6.0-android;net6.0-ios;net6.0-maccatalyst</TargetFrameworks>
5-
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows')) and '$(MSBuildRuntimeType)' == 'Full'">$(TargetFrameworks);net6.0-windows10.0.19041</TargetFrameworks>
4+
<TargetFrameworks>net9.0-android;net9.0-ios;net9.0-maccatalyst</TargetFrameworks>
5+
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows')) and '$(MSBuildRuntimeType)' == 'Full'">$(TargetFrameworks);net9.0-windows10.0.19041</TargetFrameworks>
66
<OutputType>Exe</OutputType>
77
<RootNamespace>ListViewMaui</RootNamespace>
88
<UseMaui>true</UseMaui>
@@ -46,6 +46,8 @@
4646
</ItemGroup>
4747

4848
<ItemGroup>
49+
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
50+
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="*" />
4951
<PackageReference Include="Syncfusion.Maui.ListView" Version="*" />
5052
</ItemGroup>
5153

0 commit comments

Comments
 (0)