|
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.22" /> |
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.22" /> |
17 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.22" /> |
| 10 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="8.0.23" /> |
| 11 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="8.0.23" /> |
| 12 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="8.0.23" /> |
| 13 | + <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.23" /> |
| 14 | + <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.23" /> |
| 15 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.23" /> |
| 16 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.23" /> |
| 17 | + <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.23" /> |
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.23" /> |
| 20 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.23"> |
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.17.0" /> |
31 | | - <PackageReference Include="Microsoft.Identity.Client" Version="4.76.0" /> |
| 31 | + <PackageReference Include="Microsoft.Identity.Client" Version="4.81.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.8.0" /> |
35 | 35 | <PackageReference Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.4.0" /> |
36 | 36 | <PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.6.0" /> |
37 | 37 | <!-- Redis packages for load balancing and distributed caching --> |
38 | | - <PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.11" /> |
39 | | - <PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="8.0.11" /> |
| 38 | + <PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.23" /> |
| 39 | + <PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="8.0.23" /> |
40 | 40 | <PackageReference Include="StackExchange.Redis" Version="2.8.16" /> |
41 | 41 | <!-- Security fix: Force MessagePack to secure version (CVE-2024-48924) --> |
42 | 42 | <PackageReference Include="MessagePack" Version="3.1.4" /> |
|
0 commit comments