Skip to content

Commit

Permalink
Remove EFCore.Relational.Tests dependency. (#28830)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcvickers committed Aug 22, 2022
1 parent fd0a2c5 commit c9f39b0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<ItemGroup>
<ProjectReference Include="..\..\src\EFCore.Relational\EFCore.Relational.csproj" />
<ProjectReference Include="..\EFCore.Relational.Tests\EFCore.Relational.Tests.csproj" />
<ProjectReference Include="..\..\src\EFCore.Design\EFCore.Design.csproj" />
<ProjectReference Include="..\EFCore.Specification.Tests\EFCore.Specification.Tests.csproj" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.5" />
<PackageReference Include="IdentityServer4.EntityFramework" Version="4.1.2" />
Expand Down

0 comments on commit c9f39b0

Please sign in to comment.