|
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" /> |
18 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" 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 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.21"> |
19 | 19 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
20 | 20 | <PrivateAssets>all</PrivateAssets> |
21 | 21 | </PackageReference> |
|
26 | 26 | <!-- Security vulnerability fixes --> |
27 | 27 | <PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1" /> |
28 | 28 | <PackageReference Include="Azure.Identity" Version="1.11.4" /> |
29 | | - <PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" /> |
| 29 | + <PackageReference Include="Microsoft.Identity.Client" Version="4.77.1" /> |
30 | 30 | </ItemGroup> |
31 | 31 |
|
32 | 32 | <ItemGroup> |
|
0 commit comments