Skip to content

Commit

Permalink
dotnet ef #8
Browse files Browse the repository at this point in the history
dotnet ef migrations add InitMigration --startup-project ../NetCoreBBS/NetCoreBBS.csproj
  • Loading branch information
linezero committed Jun 6, 2017
1 parent ace9934 commit e2a1b0a
Show file tree
Hide file tree
Showing 5 changed files with 1,245 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/Infrastructure/Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@
<ProjectReference Include="..\ApplicationCore\ApplicationCore.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="1.0.0" />
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="1.0.0" />
</ItemGroup>

</Project>
Loading

0 comments on commit e2a1b0a

Please sign in to comment.