|
11 | 11 |
|
12 | 12 | <ItemGroup> |
13 | 13 | <PackageReference Include="MediatR" Version="14.1.0" /> |
14 | | - <PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.3" /> |
15 | | - <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="10.0.3" /> |
| 14 | + <PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.5" /> |
| 15 | + <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="10.0.5" /> |
16 | 16 | <PackageReference Include="EntityFrameworkCore.Exceptions.PostgreSQL" Version="8.1.3" /> |
17 | 17 | <PackageReference Include="EntityFrameworkCore.Exceptions.Sqlite" Version="8.1.3" /> |
18 | 18 | <PackageReference Include="EntityFrameworkCore.Exceptions.SqlServer" Version="8.1.3" /> |
19 | | - <PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="10.0.3" /> |
20 | | - <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0" /> |
21 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.3" /> |
22 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.3" /> |
| 19 | + <PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="10.0.5" /> |
| 20 | + <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.1" /> |
| 21 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.5" /> |
| 22 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.5" /> |
23 | 23 | <PackageReference Include="EFCore.NamingConventions" Version="10.0.1" /> |
24 | | - <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="10.0.3" /> |
25 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.3" /> |
26 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.3"> |
| 24 | + <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="10.0.5" /> |
| 25 | + <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.5" /> |
| 26 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.5"> |
27 | 27 | <PrivateAssets>all</PrivateAssets> |
28 | 28 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
29 | 29 | </PackageReference> |
30 | | - <PackageReference Include="Microsoft.Extensions.Identity.Core" Version="10.0.3" /> |
| 30 | + <PackageReference Include="Microsoft.Extensions.Identity.Core" Version="10.0.5" /> |
31 | 31 | </ItemGroup> |
32 | 32 |
|
33 | 33 | </Project> |
0 commit comments