Skip to content

Commit

Permalink
fix: Fixed missing MauiVersion.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Feb 16, 2024
1 parent adb7a4c commit 98ad821
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.3" />
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-android'" Label="Android In-app Updates">
Expand Down

0 comments on commit 98ad821

Please sign in to comment.