|
15 | 15 |
|
16 | 16 | <ItemGroup> |
17 | 17 | <PackageReference Include="IdentityModel" Version="7.0.0" /> |
18 | | - <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="9.0.0" /> |
19 | | - <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.0" /> |
20 | | - <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.0" /> |
21 | | - <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="9.0.0" /> |
22 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0" /> |
23 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.0" /> |
24 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.0"> |
| 18 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="9.0.1" /> |
| 19 | + <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.1" /> |
| 20 | + <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.1" /> |
| 21 | + <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="9.0.1" /> |
| 22 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.1" /> |
| 23 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.1" /> |
| 24 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.1"> |
25 | 25 | <PrivateAssets>all</PrivateAssets> |
26 | 26 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
27 | 27 | </PackageReference> |
28 | | - <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.0" /> |
| 28 | + <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.1" /> |
29 | 29 | <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="9.0.0" /> |
30 | 30 | <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
31 | | - <PackageReference Include="System.Text.Json" Version="9.0.0" /> |
| 31 | + <PackageReference Include="System.Text.Json" Version="9.0.1" /> |
32 | 32 | </ItemGroup> |
33 | 33 |
|
34 | 34 | </Project> |
0 commit comments