File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 12
12
13
13
// Add services to the container.
14
14
builder . Services . AddInfrastrcutureServices ( builder . Configuration ) ;
15
- builder . Services . AddApplicationServices ( builder . Configuration ) ;
16
15
17
16
var appSettings = builder . Configuration . GetSection ( "AppSettings" ) . Get < Contact . Application . AppSettings > ( ) ;
18
17
builder . Services . AddAuthentication ( JwtBearerDefaults . AuthenticationScheme )
Original file line number Diff line number Diff line change 13
13
14
14
<ItemGroup >
15
15
<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 " />
21
21
</ItemGroup >
22
22
23
23
<ItemGroup >
You can’t perform that action at this time.
0 commit comments