|
10 | 10 |
|
11 | 11 | <ItemGroup> |
12 | 12 | <PackageReference Include="Fido2" Version="3.0.1" /> |
13 | | - <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.10" /> |
14 | | - <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.10" /> |
15 | | - <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.10" /> |
16 | | - <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.10" /> |
17 | | - <PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="8.0.10" /> |
18 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.10" /> |
19 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" PrivateAssets="All" Version="8.0.10" /> |
20 | | - <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.6" /> |
21 | | - <PackageReference Include="NuGet.Protocol" Version="6.11.1" /> |
22 | | - <PackageReference Include="OpenIddict.AspNetCore" Version="5.8.0" /> |
23 | | - <PackageReference Include="OpenIddict.EntityFrameworkCore" Version="5.8.0" /> |
24 | | - <PackageReference Include="OpenIddict.Quartz" Version="5.8.0" /> |
25 | | - <PackageReference Include="Quartz.Extensions.Hosting" Version="3.13.0" /> |
26 | | - <PackageReference Include="Serilog.AspNetCore" Version="8.0.3" /> |
27 | | - <PackageReference Include="Swashbuckle.AspNetCore" Version="6.9.0" /> |
| 13 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="9.0.0" /> |
| 14 | + <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.0" /> |
| 15 | + <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.0" /> |
| 16 | + <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="9.0.0" /> |
| 17 | + <PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="9.0.0" /> |
| 18 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0" /> |
| 19 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" PrivateAssets="All" Version="9.0.0" /> |
| 20 | + <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="9.0.0" /> |
| 21 | + <PackageReference Include="NuGet.Protocol" Version="6.12.1" /> |
| 22 | + <PackageReference Include="OpenIddict.AspNetCore" Version="6.0.0" /> |
| 23 | + <PackageReference Include="OpenIddict.EntityFrameworkCore" Version="6.0.0" /> |
| 24 | + <PackageReference Include="OpenIddict.Quartz" Version="6.0.0" /> |
| 25 | + <PackageReference Include="Quartz.Extensions.Hosting" Version="3.13.1" /> |
| 26 | + <PackageReference Include="Serilog.AspNetCore" Version="9.0.0" /> |
| 27 | + <PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" /> |
28 | 28 | </ItemGroup> |
29 | 29 |
|
30 | 30 | </Project> |
0 commit comments