|
10 | 10 |
|
11 | 11 | <ItemGroup> |
12 | 12 | <PackageReference Include="Fido2" Version="3.0.1" /> |
13 | | - <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.8" /> |
14 | | - <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.8" /> |
15 | | - <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.8" /> |
16 | | - <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.8" /> |
17 | | - <PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="8.0.8" /> |
18 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.8" /> |
19 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" PrivateAssets="All" Version="8.0.8" /> |
20 | | - <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.5" /> |
| 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 | 21 | <PackageReference Include="NuGet.Protocol" Version="6.11.1" /> |
22 | 22 | <PackageReference Include="OpenIddict.AspNetCore" Version="5.8.0" /> |
23 | 23 | <PackageReference Include="OpenIddict.EntityFrameworkCore" Version="5.8.0" /> |
24 | 24 | <PackageReference Include="OpenIddict.Quartz" Version="5.8.0" /> |
25 | 25 | <PackageReference Include="Quartz.Extensions.Hosting" Version="3.13.0" /> |
26 | 26 |
|
27 | 27 | <PackageReference Include="Serilog" Version="4.0.2" /> |
28 | | - <PackageReference Include="Serilog.AspNetCore" Version="8.0.2" /> |
| 28 | + <PackageReference Include="Serilog.AspNetCore" Version="8.0.3" /> |
29 | 29 | <PackageReference Include="Serilog.Extensions.Logging" Version="8.0.0" /> |
30 | | - <PackageReference Include="Serilog.Settings.Configuration" Version="8.0.2" /> |
| 30 | + <PackageReference Include="Serilog.Settings.Configuration" Version="8.0.4" /> |
31 | 31 | <PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" /> |
32 | 32 | <PackageReference Include="Serilog.Sinks.File" Version="6.0.0" /> |
33 | 33 | <PackageReference Include="Serilog.Sinks.Seq" Version="8.0.0" /> |
34 | | - <PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.1" /> |
| 34 | + <PackageReference Include="Swashbuckle.AspNetCore" Version="6.9.0" /> |
35 | 35 | </ItemGroup> |
36 | 36 |
|
37 | 37 | </Project> |
0 commit comments