Skip to content

Commit

Permalink
Configuring EF Core
Browse files Browse the repository at this point in the history
  • Loading branch information
gorohoroh committed Jul 6, 2018
1 parent 41e4d77 commit 6601b7d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions OdeToFoodRider/OdeToFoodRider/OdeToFoodRider.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,11 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.8" />
</ItemGroup>

<ItemGroup>
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet"
Version="2.0.*">
</DotNetCliToolReference>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.8" />
</ItemGroup>

<ItemGroup>
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="2.0.*"></DotNetCliToolReference>
</ItemGroup>

</Project>

0 comments on commit 6601b7d

Please sign in to comment.