Skip to content

Commit

Permalink
allow higher versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Miller committed Jun 23, 2024
1 parent 3b90c9f commit e80e19b
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 @@ -65,7 +65,7 @@
</PackageReference>
</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 e80e19b

Please sign in to comment.