|
5 | 5 | </PropertyGroup> |
6 | 6 |
|
7 | 7 | <ItemGroup> |
8 | | - <PackageReference Include="Azure.Extensions.AspNetCore.DataProtection.Keys" Version="1.6.1" /> |
9 | | - <PackageReference Include="Azure.Identity" Version="1.15.0" /> |
| 8 | + <PackageReference Include="Azure.Extensions.AspNetCore.DataProtection.Keys" Version="[1.6.3]" /> |
| 9 | + <PackageReference Include="Azure.Identity" Version="[1.21.0]" /> |
10 | 10 | <PackageReference Include="Datadog.Trace" Version="3.2.0" /> |
11 | | - <PackageReference Include="Humanizer.Core" Version="3.0.1" /> |
12 | | - <PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="9.0.9" /> |
13 | | - <PackageReference Include="Microsoft.AspNetCore.Identity" Version="2.3.1" /> |
14 | | - <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.9" /> |
15 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.9" /> |
16 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.9"> |
| 11 | + <PackageReference Include="Humanizer.Core" Version="[3.0.10]" /> |
| 12 | + <PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="[11.0.0-preview.5.26302.115]" /> |
| 13 | + <PackageReference Include="Microsoft.AspNetCore.Identity" Version="[2.3.11]" /> |
| 14 | + <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="[11.0.0-preview.5.26302.115]" /> |
| 15 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="[11.0.0-preview.5.26302.115]" /> |
| 16 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="[11.0.0-preview.5.26302.115]"> |
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.9" /> |
21 | | - <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.9" /> |
22 | | - <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="9.0.9" /> |
23 | | - <PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="9.0.9" /> |
24 | | - <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.9" /> |
25 | | - <PackageReference Include="Microsoft.FeatureManagement.AspNetCore" Version="4.3.0" /> |
26 | | - <PackageReference Include="Passwordless.AspNetCore" Version="2.1.0-beta.4" /> |
27 | | - <PackageReference Include="Stripe.net" Version="41.*" /> |
| 20 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="[11.0.0-preview.5.26302.115]" /> |
| 21 | + <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="[11.0.0-preview.5.26302.115]" /> |
| 22 | + <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="[11.0.0-preview.5.26302.115]" /> |
| 23 | + <PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="[11.0.0-preview.5.26302.115]" /> |
| 24 | + <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[11.0.0-preview.5.26302.115]" /> |
| 25 | + <PackageReference Include="Microsoft.FeatureManagement.AspNetCore" Version="[4.5.0]" /> |
| 26 | + <PackageReference Include="Passwordless.AspNetCore" Version="[2.1.0-beta.4]" /> |
| 27 | + <PackageReference Include="Stripe.net" Version="[52.0.0]" /> |
28 | 28 | </ItemGroup> |
29 | 29 |
|
30 | 30 | <ItemGroup> |
|
0 commit comments