Skip to content

Commit

Permalink
Merge pull request #146 from DuendeSoftware/brock/revert-ms-libs
Browse files Browse the repository at this point in the history
revert reference to EF Core back to 6.0.0 (rather than the latest patch)
  • Loading branch information
leastprivilege committed Oct 12, 2022
2 parents 0a2470b + b51ddd0 commit 79cb040
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</ItemGroup>

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

<ItemGroup>
Expand Down

0 comments on commit 79cb040

Please sign in to comment.