|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk.Web">
|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 |
| - <TargetFramework>net5.0</TargetFramework> |
| 4 | + <TargetFramework>net7.0</TargetFramework> |
5 | 5 | <TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
|
6 | 6 | <TypeScriptToolsVersion>Latest</TypeScriptToolsVersion>
|
7 | 7 | <IsPackable>false</IsPackable>
|
8 | 8 | <Authors>Ministry of Transportation and Infrastructure</Authors>
|
9 | 9 | <Company>Ministry of Transportation and Infrastructure</Company>
|
10 | 10 | <Description>The API server for CRT (Capital Rehabilitation Project Tracking)</Description>
|
11 | 11 | <Copyright>Copyright© 2020, Province of British Columbia.</Copyright>
|
| 12 | + <TargetFrameworks></TargetFrameworks> |
12 | 13 | </PropertyGroup>
|
13 | 14 |
|
14 | 15 | <ItemGroup>
|
|
21 | 22 | <PackageReference Include="Hangfire.AspNetCore" Version="1.7.18" />
|
22 | 23 | <PackageReference Include="HangFire.Core" Version="1.7.18" />
|
23 | 24 | <PackageReference Include="HangFire.SqlServer" Version="1.7.18" />
|
24 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.9" /> |
| 25 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.9" /> |
25 | 26 | <PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="2.2.0" />
|
26 |
| - <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.0" /> |
27 |
| - <PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="5.0.0" /> |
| 27 | + <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.9" /> |
| 28 | + <PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="7.0.9" /> |
28 | 29 | <PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="2.2.0" />
|
29 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.0" /> |
30 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.0"> |
| 30 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.9" /> |
| 31 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.9"> |
31 | 32 | <PrivateAssets>all</PrivateAssets>
|
32 | 33 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
33 | 34 | </PackageReference>
|
34 |
| - <PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="5.0.0" /> |
35 |
| - <PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="5.0.0" /> |
| 35 | + <PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="7.0.4" /> |
| 36 | + <PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="7.0.9" /> |
36 | 37 | <PackageReference Include="NetCore.AutoRegisterDi" Version="2.1.0" />
|
37 | 38 | <PackageReference Include="Serilog.AspNetCore" Version="3.4.0" />
|
38 | 39 | <PackageReference Include="Serilog.Enrichers.Environment" Version="2.1.3" />
|
|
0 commit comments