|
7 | 7 | </PropertyGroup> |
8 | 8 |
|
9 | 9 | <ItemGroup> |
10 | | - <PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="8.0.11" /> |
11 | | - <PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="8.0.11" /> |
12 | | - <PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="8.0.11" /> |
13 | | - <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.11" /> |
14 | | - <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.11" /> |
15 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.11" /> |
16 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.11" /> |
17 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.11" /> |
| 10 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="8.0.21" /> |
| 11 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="8.0.21" /> |
| 12 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="8.0.21" /> |
| 13 | + <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.21" /> |
| 14 | + <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.21" /> |
| 15 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.21" /> |
| 16 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.21" /> |
| 17 | + <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.21" /> |
18 | 18 | <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.11" /> |
19 | | - <PackageReference Include="Microsoft.Extensions.ObjectPool" Version="8.0.11" /> |
20 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.11"> |
| 19 | + <PackageReference Include="Microsoft.Extensions.ObjectPool" Version="8.0.21" /> |
| 20 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.21"> |
21 | 21 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
22 | 22 | <PrivateAssets>all</PrivateAssets> |
23 | 23 | </PackageReference> |
|
28 | 28 | <!-- Security vulnerability fixes --> |
29 | 29 | <PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1" /> |
30 | 30 | <PackageReference Include="Azure.Identity" Version="1.11.4" /> |
31 | | - <PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" /> |
| 31 | + <PackageReference Include="Microsoft.Identity.Client" Version="4.78.0" /> |
32 | 32 | <!-- Azure Key Vault integration for secure secrets management --> |
33 | 33 | <PackageReference Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.3.2" /> |
34 | 34 | <PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.6.0" /> |
35 | 35 | <!-- Redis packages for load balancing and distributed caching --> |
36 | | - <PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.11" /> |
37 | | - <PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="8.0.11" /> |
| 36 | + <PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.21" /> |
| 37 | + <PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="8.0.21" /> |
38 | 38 | <PackageReference Include="StackExchange.Redis" Version="2.8.16" /> |
39 | 39 | <!-- Security fix: Force MessagePack to secure version (CVE-2024-48924) --> |
40 | 40 | <PackageReference Include="MessagePack" Version="2.5.187" /> |
|
0 commit comments