|
17 | 17 | <dependencies> |
18 | 18 | <group targetFramework="net9.0"> |
19 | 19 | <dependency id="GenericServices.StatusGeneric" version="1.2.0" /> |
20 | | - <dependency id="Microsoft.AspNetCore.Identity.EntityFrameworkCore" version="9.0.0" /> |
21 | | - <dependency id="Microsoft.Data.Sqlite.Core" version="9.0.0" /> |
22 | | - <dependency id="Microsoft.EntityFrameworkCore" version="9.0.0" /> |
23 | | - <dependency id="Microsoft.EntityFrameworkCore.InMemory" version="9.0.0" /> |
24 | | - <dependency id="Microsoft.EntityFrameworkCore.Sqlite" version="9.0.0" /> |
25 | | - <dependency id="Microsoft.EntityFrameworkCore.SqlServer" version="9.0.0" /> |
| 20 | + <dependency id="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="10.0.0" /> |
| 21 | + <dependency id="Microsoft.Data.Sqlite.Core" Version="10.0.0" /> |
| 22 | + <dependency id="Microsoft.EntityFrameworkCore" Version="10.0.0" /> |
| 23 | + <dependency id="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.0" /> |
| 24 | + <dependency id="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.0" /> |
| 25 | + <dependency id="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.0" /> |
26 | 26 | <dependency id="Npgsql.EntityFrameworkCore.PostgreSQL" version="9.0.1" /> |
27 | | - <dependency id="Microsoft.EntityFrameworkCore.Tools" version="9.0.0" /> |
28 | | - <dependency id="Microsoft.Extensions.Hosting" version="9.0.0" /> |
| 27 | + <dependency id="Microsoft.EntityFrameworkCore.Tools" Version="10.0.0" /> |
| 28 | + <dependency id="Microsoft.Extensions.Hosting" Version="10.0.0" /> |
29 | 29 | <dependency id="Net.RunMethodsSequentially" version="2.0.1" /> |
30 | | - <dependency id="Net.LocalizeMessagesAndErrors" version="9.0.0" /> |
31 | | - <dependency id="Microsoft.AspNetCore.Authentication.OpenIdConnect" version="9.0.0" /> |
32 | | - <dependency id="Microsoft.AspNetCore.Authorization" version="9.0.0" /> |
| 30 | + <dependency id="Net.LocalizeMessagesAndErrors" Version="10.0.0" /> |
| 31 | + <dependency id="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="10.0.0" /> |
| 32 | + <dependency id="Microsoft.AspNetCore.Authorization" Version="10.0.0" /> |
33 | 33 | <dependency id="Microsoft.IdentityModel.JsonWebTokens" version="8.2.1" /> |
34 | 34 | <dependency id="Net.DistributedFileStoreCache" version="2.0.0" /> |
35 | 35 | <dependency id="System.IdentityModel.Tokens.Jwt" version="8.2.1" /> |
36 | 36 | <dependency id="EntityFrameworkCore.Exceptions.PostgreSQL" version="8.1.3" /> |
37 | 37 | <dependency id="EntityFrameworkCore.Exceptions.Sqlite" version="8.1.3" /> |
38 | 38 | <dependency id="EntityFrameworkCore.Exceptions.SqlServer" version="8.1.3" /> |
39 | | - <dependency id="Microsoft.EntityFrameworkCore.Design" version="9.0.0" /> |
40 | | - <dependency id="Microsoft.Extensions.Localization.Abstractions" version="9.0.0" /> |
| 39 | + <dependency id="Microsoft.EntityFrameworkCore.Design" Version="10.0.0" /> |
| 40 | + <dependency id="Microsoft.Extensions.Localization.Abstractions" Version="10.0.0" /> |
41 | 41 | <dependency id="DistributedLock" version="2.5.0" /> |
42 | 42 | <dependency id="Microsoft.Graph" version="4.54.0" /> |
43 | 43 | </group> |
|
0 commit comments