Skip to content

Commit

Permalink
Replace wildcards to fix dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertvanHorrik committed Aug 17, 2024
1 parent 231ce22 commit 4d46e92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Orc.EntityFrameworkCore/Orc.EntityFrameworkCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('net6.0')) ">
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.*" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.*" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.0" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('net8.0')) ">
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.*" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.*" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4d46e92

Please sign in to comment.