Skip to content

Commit

Permalink
Bump MAUI version on sample project
Browse files Browse the repository at this point in the history
  • Loading branch information
albyrock87 committed Jul 27, 2024
1 parent 0b293d0 commit 5c9e4fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Samples/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<MauiVersion>8.0.10</MauiVersion>
<MauiVersion>8.0.70</MauiVersion>
</PropertyGroup>

<PropertyGroup Label="Package">
Expand Down
2 changes: 1 addition & 1 deletion Samples/Nalu.Maui.Sample/Nalu.Maui.Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CommunityToolkit.Maui" Version="7.0.1" />
<PackageReference Include="CommunityToolkit.Maui" Version="9.0.2" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)"/>
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)"/>
Expand Down

0 comments on commit 5c9e4fc

Please sign in to comment.