Skip to content

Commit 5f14d48

Browse files
committed
Revert "Removed several package references across projects"
This reverts commit 4b4555d.
1 parent 4b4555d commit 5f14d48

File tree

5 files changed

+25
-0
lines changed

5 files changed

+25
-0
lines changed

Catalog.API/Catalog.API.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,16 @@
1212

1313
<ItemGroup>
1414
<PackageReference Include="Aspire.Npgsql.EntityFrameworkCore.PostgreSQL" />
15+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools">
16+
<PrivateAssets>all</PrivateAssets>
17+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
18+
</PackageReference>
1519
</ItemGroup>
1620

1721
<!-- AI -->
1822
<ItemGroup>
1923
<PackageReference Include="Aspire.Azure.AI.OpenAI" />
24+
<PackageReference Include="Pgvector" />
2025
<PackageReference Include="Pgvector.EntityFrameworkCore" />
2126
</ItemGroup>
2227

Identity.API/Identity.API.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,18 @@
88
<ItemGroup>
99
<PackageReference Include="Automapper" />
1010
<PackageReference Include="Duende.IdentityServer.AspNetIdentity" />
11+
<PackageReference Include="Duende.IdentityServer.EntityFramework" />
12+
<PackageReference Include="Duende.IdentityServer.Storage" />
13+
<PackageReference Include="Duende.IdentityServer" />
1114
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" />
1215
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" />
16+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools">
17+
<PrivateAssets>all</PrivateAssets>
18+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
19+
</PackageReference>
1320
<PackageReference Include="Aspire.Npgsql.EntityFrameworkCore.PostgreSQL" />
21+
<PackageReference Include="Microsoft.Web.LibraryManager.Build" />
22+
<PackageReference Include="Polly" />
1423
</ItemGroup>
1524

1625
<ItemGroup>

Ordering.API/Ordering.API.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
<PackageReference Include="Aspire.Npgsql.EntityFrameworkCore.PostgreSQL" />
2828
<PackageReference Include="Dapper" />
2929
<PackageReference Include="FluentValidation.AspNetCore" />
30+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools">
31+
<PrivateAssets>all</PrivateAssets>
32+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
33+
</PackageReference>
3034
</ItemGroup>
3135

3236
<ItemGroup>

Ordering.Infrastructure/Ordering.Infrastructure.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@
1010
<ProjectReference Include="..\Ordering.Domain\Ordering.Domain.csproj" />
1111
</ItemGroup>
1212

13+
<ItemGroup>
14+
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" />
15+
</ItemGroup>
16+
1317
</Project>

tests/Basket.UnitTests/Basket.UnitTests.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11+
<PackageReference Include="MediatR" />
12+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" />
13+
<PackageReference Include="Microsoft.Extensions.Identity.Stores" />
1114
<PackageReference Include="Microsoft.NET.Test.Sdk" />
1215
<PackageReference Include="NSubstitute" />
1316
<PackageReference Include="NSubstitute.Analyzers.CSharp">

0 commit comments

Comments
 (0)