|
25 | 25 | <PackageReference Include="DistributedLock.FileSystem" Version="1.0.2" />
|
26 | 26 | <PackageReference Include="Macross.Json.Extensions" Version="3.0.0" />
|
27 | 27 | <PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
|
28 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.10" /> |
29 |
| - <PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="8.0.10" /> |
30 |
| - <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.10" /> |
| 28 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.0" /> |
| 29 | + <PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="9.0.0" /> |
| 30 | + <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.0" /> |
31 | 31 | <PackageReference Include="Microsoft.Azure.AppConfiguration.AspNetCore" Version="8.0.0" />
|
32 | 32 | <PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />
|
33 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.10" /> |
34 |
| - <PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="8.0.10" /> |
| 33 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.0" /> |
| 34 | + <PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="9.0.0" /> |
35 | 35 | <PackageReference Include="Microsoft.FeatureManagement.AspNetCore" Version="4.0.0" />
|
36 | 36 | <PackageReference Include="System.Linq.Async" Version="6.0.1" />
|
37 | 37 | <PackageReference Include="Tingle.EventBus.Transports.Azure.ServiceBus" Version="0.22.3" />
|
|
44 | 44 | </ItemGroup>
|
45 | 45 |
|
46 | 46 | <ItemGroup>
|
47 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.10" PrivateAssets="All" /> |
| 47 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.0" PrivateAssets="All" /> |
48 | 48 | <PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" PrivateAssets="All" />
|
49 | 49 | </ItemGroup>
|
50 | 50 |
|
|
0 commit comments