|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | <PropertyGroup> |
3 | | - <TargetFramework>net6.0</TargetFramework> |
| 3 | + <TargetFramework>net7.0</TargetFramework> |
4 | 4 | <LangVersion>latest</LangVersion> |
5 | 5 | </PropertyGroup> |
6 | 6 | <ItemGroup> |
7 | | - <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.9" /> |
8 | | - <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.9" /> |
9 | | - <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.9" /> |
10 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.9"> |
| 7 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.0" /> |
| 8 | + <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="7.0.0" /> |
| 9 | + <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.0" /> |
| 10 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.0"> |
11 | 11 | <PrivateAssets>all</PrivateAssets> |
12 | 12 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
13 | 13 | </PackageReference> |
14 | | - <PackageReference Include="microsoft.extensions.dependencyinjection" Version="6.0.0" /> |
15 | | - <PackageReference Include="MimeKit" Version="3.4.1" /> |
16 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.9" /> |
17 | | - <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.7" /> |
| 14 | + <PackageReference Include="microsoft.extensions.dependencyinjection" Version="7.0.0" /> |
| 15 | + <PackageReference Include="MimeKit" Version="3.4.3" /> |
| 16 | + <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.0" /> |
| 17 | + <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.0" /> |
18 | 18 | <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.Design" Version="1.1.0" /> |
19 | | - <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.23.1" /> |
20 | | - <PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="6.0.0" /> |
| 19 | + <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.25.1" /> |
| 20 | + <PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="7.0.0" /> |
21 | 21 | </ItemGroup> |
22 | 22 | <ItemGroup> |
23 | 23 | <ProjectReference Include="..\Application\Application.csproj" /> |
|
0 commit comments