Skip to content

Commit

Permalink
Adding version bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
artiomchi committed Mar 2, 2025
1 parent 8d91b44 commit 316344f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ v4.0.0
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="[9.0.0, 10.0.0)" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 316344f

Please sign in to comment.