|
15 | 15 |
|
16 | 16 | <ItemGroup>
|
17 | 17 | <PackageReference Include="MediatR" Version="12.2.0" />
|
18 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.1" /> |
19 |
| - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.1" /> |
20 |
| - <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.1" /> |
21 |
| - <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.1" /> |
22 |
| - <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.1" /> |
23 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.1" /> |
24 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.1" /> |
25 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.1"> |
| 18 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.4" /> |
| 19 | + <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.4" /> |
| 20 | + <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.4" /> |
| 21 | + <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.4" /> |
| 22 | + <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.4" /> |
| 23 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.4" /> |
| 24 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.4" /> |
| 25 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.4"> |
26 | 26 | <PrivateAssets>all</PrivateAssets>
|
27 | 27 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
28 | 28 | </PackageReference>
|
29 | 29 | <PackageReference Include="AspNet.Security.OpenId.Steam" Version="8.0.0" />
|
30 |
| - <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" /> |
31 |
| - <PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="8.0.1" /> |
32 |
| - <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.0" /> |
33 |
| - <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0" /> |
| 30 | + <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" /> |
| 31 | + <PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="8.0.4" /> |
| 32 | + <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.2" /> |
| 33 | + <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.2" /> |
34 | 34 | <PackageReference Include="RazorLight" Version="2.3.1" />
|
35 |
| - <PackageReference Include="SendGrid" Version="9.29.1" /> |
| 35 | + <PackageReference Include="SendGrid" Version="9.29.3" /> |
36 | 36 | <PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.435">
|
37 | 37 | <PrivateAssets>all</PrivateAssets>
|
38 | 38 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
39 | 39 | </PackageReference>
|
40 | 40 | <PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
|
41 |
| - <PackageReference Include="Riok.Mapperly" Version="3.3.0" /> |
| 41 | + <PackageReference Include="Riok.Mapperly" Version="3.5.0" /> |
42 | 42 | <PackageReference Include="Slugify.Core" Version="4.0.1" />
|
43 | 43 | </ItemGroup>
|
44 | 44 |
|
|
0 commit comments