Skip to content

Commit 2791c5e

Browse files
Copilotnitin27may
andcommitted
Remove Contact.Application service injection as requested
Co-authored-by: nitin27may <8065536+nitin27may@users.noreply.github.com>
1 parent e4a2d91 commit 2791c5e

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

backend/src/Contact.Api/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
// Add services to the container.
1414
builder.Services.AddInfrastrcutureServices(builder.Configuration);
15-
builder.Services.AddApplicationServices(builder.Configuration);
1615

1716
var appSettings = builder.Configuration.GetSection("AppSettings").Get<Contact.Application.AppSettings>();
1817
builder.Services.AddAuthentication(JwtBearerDefaults.AuthenticationScheme)

backend/src/Contact.Infrastructure/Contact.Infrastructure.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313

1414
<ItemGroup>
1515
<PackageReference Include="Dapper" Version="2.1.66" />
16-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.4" />
17-
<PackageReference Include="Npgsql" Version="9.0.3" />
18-
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.4" />
19-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.4" />
20-
<PackageReference Include="Microsoft.Extensions.Options" Version="9.0.4" />
16+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.10" />
17+
<PackageReference Include="Npgsql" Version="8.0.10" />
18+
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.10" />
19+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.10" />
20+
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.10" />
2121
</ItemGroup>
2222

2323
<ItemGroup>

0 commit comments

Comments
 (0)