Skip to content

Commit

Permalink
Update CountryData.Sample.MAUI.csproj
Browse files Browse the repository at this point in the history
include package reference to address .net 8 useMaui=true automatic download deprecation
  • Loading branch information
frankodoom authored May 24, 2024
1 parent ac880a4 commit 3d179ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<ItemGroup>
<PackageReference Include="ReactiveUI" Version="18.0.10" />
<PackageReference Include="ReactiveUI.Fody" Version="18.0.10" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.21" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3d179ef

Please sign in to comment.