Skip to content

Commit e2a1b0a

Browse files
committed
dotnet ef #8
dotnet ef migrations add InitMigration --startup-project ../NetCoreBBS/NetCoreBBS.csproj
1 parent ace9934 commit e2a1b0a

File tree

5 files changed

+1245
-2
lines changed

5 files changed

+1245
-2
lines changed

src/Infrastructure/Infrastructure.csproj

+5
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,9 @@
99
<ProjectReference Include="..\ApplicationCore\ApplicationCore.csproj" />
1010
</ItemGroup>
1111

12+
<ItemGroup>
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="1.0.0" />
14+
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="1.0.0" />
15+
</ItemGroup>
16+
1217
</Project>

0 commit comments

Comments
 (0)