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 1212
1313// Add services to the container.
1414builder . Services . AddInfrastrcutureServices ( builder . Configuration ) ;
15- builder . Services . AddApplicationServices ( builder . Configuration ) ;
1615
1716var appSettings = builder . Configuration . GetSection ( "AppSettings" ) . Get < Contact . Application . AppSettings > ( ) ;
1817builder . Services . AddAuthentication ( JwtBearerDefaults . AuthenticationScheme )
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments