|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | <PropertyGroup> |
3 | | - <TargetFramework>net8.0</TargetFramework> |
| 3 | + <TargetFramework>net9.0</TargetFramework> |
4 | 4 | <Nullable>disable</Nullable> |
5 | 5 | </PropertyGroup> |
6 | 6 | <ItemGroup> |
7 | 7 | <ProjectReference Include="..\Equinox.Domain\Equinox.Domain.csproj" /> |
8 | 8 | </ItemGroup> |
9 | 9 | <ItemGroup> |
10 | | - <PackageReference Include="Azure.Identity" Version="1.12.0" /> |
11 | | - <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.7" /> |
12 | | - <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.7" /> |
13 | | - <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.7" /> |
14 | | - <PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="8.0.7" /> |
15 | | - <PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="8.0.7" /> |
16 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.7" /> |
17 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.7"> |
| 10 | + <PackageReference Include="Azure.Identity" Version="1.13.2" /> |
| 11 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.3" /> |
| 12 | + <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.3" /> |
| 13 | + <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="9.0.3" /> |
| 14 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="9.0.3" /> |
| 15 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="9.0.3" /> |
| 16 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.3" /> |
| 17 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.3" /> |
| 18 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.3"> |
18 | 19 | <PrivateAssets>all</PrivateAssets> |
19 | 20 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
20 | 21 | </PackageReference> |
|
0 commit comments