Skip to content

Commit

Permalink
update to EF5 preview 7 because of issue 19854
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignacio Aguilera authored and Ignacio Aguilera committed Jul 22, 2020
1 parent 2e1d971 commit 028ed60
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<ItemGroup>
<PackageReference Include="GraphQL" Version="2.4.0" />
<PackageReference Include="GraphQL.Server.Ui.Playground" Version="3.5.0-alpha0046" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.1.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.0-preview.7.20365.15" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.0-preview.7.20365.15" />
</ItemGroup>

</Project>

0 comments on commit 028ed60

Please sign in to comment.