Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
realLiangshiwei committed Jun 17, 2021
1 parent b37518e commit 524a626
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
<ProjectReference Include="..\Acme.BookStore.EntityFrameworkCore\Acme.BookStore.EntityFrameworkCore.csproj" />
</ItemGroup>

<ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.*" />
</ItemGroup>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
<ProjectReference Include="..\ClientSimulationDemo.EntityFrameworkCore\ClientSimulationDemo.EntityFrameworkCore.csproj" />
</ItemGroup>

<ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.*" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@
</Content>
</ItemGroup>

<ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.*" />
</ItemGroup>
<PackageReference Include="Serilog.Extensions.Logging" Version="3.0.1" />
<PackageReference Include="Serilog.Sinks.File" Version="4.1.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="3.1.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
<ProjectReference Include="..\DashboardDemo.EntityFrameworkCore\DashboardDemo.EntityFrameworkCore.csproj" />
</ItemGroup>

<ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.*" />
</ItemGroup>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
<ProjectReference Include="..\Acme.BookStore.EntityFrameworkCore\Acme.BookStore.EntityFrameworkCore.csproj" />
</ItemGroup>

<ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.*" />
</ItemGroup>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
<ProjectReference Include="..\Acme.BookStore.EntityFrameworkCore\Acme.BookStore.EntityFrameworkCore.csproj" />
</ItemGroup>

<ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.*" />
</ItemGroup>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
<ProjectReference Include="..\GrpcDemo.EntityFrameworkCore\GrpcDemo.EntityFrameworkCore.csproj" />
</ItemGroup>

<ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.*" />
</ItemGroup>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
<ProjectReference Include="..\OrganizationUnitSample.EntityFrameworkCore\OrganizationUnitSample.EntityFrameworkCore.csproj" />
</ItemGroup>

<ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.*" />
</ItemGroup>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.*">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.*" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.*" />
</ItemGroup>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
<ProjectReference Include="..\PostgeSqlDemo.EntityFrameworkCore\PostgeSqlDemo.EntityFrameworkCore.csproj" />
</ItemGroup>

<ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.*" />
</ItemGroup>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
<ProjectReference Include="..\SignalRDemo.EntityFrameworkCore\SignalRDemo.EntityFrameworkCore.csproj" />
</ItemGroup>

<ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.*" />
</ItemGroup>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
<ProjectReference Include="..\SignalRTieredDemo.EntityFrameworkCore\SignalRTieredDemo.EntityFrameworkCore.csproj" />
</ItemGroup>

<ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.*" />
</ItemGroup>
</ItemGroup>

</Project>

0 comments on commit 524a626

Please sign in to comment.