Skip to content

Commit

Permalink
fix MAUI version
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Miller committed Jul 9, 2024
1 parent 52d0748 commit 8410fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Maui.DataGrid/Maui.DataGrid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="[$(MauiVersion),)">
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)">
<PrivateAssets>all</PrivateAssets>
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
Expand Down

0 comments on commit 8410fe0

Please sign in to comment.