|
5 | 5 | </PropertyGroup>
|
6 | 6 |
|
7 | 7 | <ItemGroup>
|
8 |
| - <PackageReference Include="Azure.Extensions.AspNetCore.DataProtection.Keys" Version="1.3.0" /> |
| 8 | + <PackageReference Include="Azure.Extensions.AspNetCore.DataProtection.Keys" Version="1.5.0" /> |
9 | 9 | <PackageReference Include="Azure.Identity" Version="1.13.2" />
|
10 | 10 | <PackageReference Include="Datadog.Trace" Version="3.2.0" />
|
11 | 11 | <PackageReference Include="Humanizer.Core" Version="2.14.1" />
|
12 |
| - <PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="9.0.1" /> |
| 12 | + <PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="9.0.5" /> |
13 | 13 | <PackageReference Include="Microsoft.AspNetCore.Identity" Version="2.3.1" />
|
14 |
| - <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.1" /> |
15 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.1" /> |
16 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.1"> |
| 14 | + <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.5" /> |
| 15 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.5" /> |
| 16 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.5"> |
17 | 17 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
18 | 18 | <PrivateAssets>all</PrivateAssets>
|
19 | 19 | </PackageReference>
|
20 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.1" /> |
21 |
| - <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.1" /> |
22 |
| - <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="9.0.1" /> |
23 |
| - <PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="9.0.1" /> |
24 |
| - <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.1" /> |
| 20 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.5" /> |
| 21 | + <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.5" /> |
| 22 | + <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="9.0.5" /> |
| 23 | + <PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="9.0.5" /> |
| 24 | + <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.5" /> |
25 | 25 | <PackageReference Include="Microsoft.FeatureManagement.AspNetCore" Version="4.0.0" />
|
26 | 26 | <PackageReference Include="Passwordless.AspNetCore" Version="2.1.0-beta.4" />
|
27 | 27 | <PackageReference Include="Stripe.net" Version="41.*" />
|
|
0 commit comments