|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk.Web"> |
2 | 2 | <PropertyGroup> |
3 | | - <TargetFramework>net6.0</TargetFramework> |
| 3 | + <TargetFramework>net7.0</TargetFramework> |
4 | 4 | <UserSecretsId>aspnet-Modular.WebHost-dca604fa-ee10-4a6c-8e7d-8cc79dca8c8f</UserSecretsId> |
5 | 5 | <EnableDefaultContentItems>false</EnableDefaultContentItems> |
6 | 6 | <ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles> |
|
57 | 57 | <PackageReference Include="IdentityServer4.AspNetIdentity" Version="3.0.1" /> |
58 | 58 | <PackageReference Include="BuildBundlerMinifier" Version="3.2.449" /> |
59 | 59 | <PackageReference Include="Microsoft.AspNetCore.Antiforgery" Version="2.2.0" /> |
60 | | - <PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="6.0.0" /> |
61 | | - <PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="6.0.0" /> |
62 | | - <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.0" /> |
63 | | - <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.0" /> |
64 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0"> |
| 60 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="7.0.10" /> |
| 61 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="7.0.10" /> |
| 62 | + <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="7.0.10" /> |
| 63 | + <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.10" /> |
| 64 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.10"> |
65 | 65 | <PrivateAssets>all</PrivateAssets> |
66 | 66 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
67 | 67 | </PackageReference> |
68 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0" /> |
| 68 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.10" /> |
69 | 69 | <PackageReference Include="Serilog.Extensions.Logging" Version="3.0.1" /> |
70 | 70 | <PackageReference Include="Serilog.Settings.Configuration" Version="3.1.0" /> |
71 | 71 | <PackageReference Include="Serilog.Sinks.RollingFile" Version="3.3.1-dev-00767" /> |
| 72 | + <PackageReference Include="Humanizer" Version="2.14.1" /> |
72 | 73 | <PackageReference Include="MediatR" Version="7.0.0" /> |
73 | | - <PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" /> |
| 74 | + <PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" /> |
74 | 75 | </ItemGroup> |
75 | 76 | </Project> |
0 commit comments