|
1 |
| -<Project Sdk="Microsoft.NET.Sdk.Web"> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk.Web"> |
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 | 4 | <TargetFramework>net7.0</TargetFramework>
|
|
11 | 11 | <PackageReference Include="Azure.Storage.Blobs" Version="12.17.0" />
|
12 | 12 |
|
13 | 13 | <PackageReference Include="MassTransit.AspNetCore" Version="7.3.1" />
|
14 |
| - <PackageReference Include="MassTransit.Azure.ServiceBus.Core" Version="8.0.16" /> |
| 14 | + <PackageReference Include="MassTransit.Azure.ServiceBus.Core" Version="8.1.0" /> |
15 | 15 |
|
16 | 16 | <PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />
|
17 | 17 |
|
18 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="7.0.9" /> |
19 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="7.0.9" /> |
20 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="7.0.9" /> |
21 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.9" /> |
22 |
| - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="7.0.9" /> |
23 |
| - <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="7.0.9" /> |
24 |
| - <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.9" /> |
| 18 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="7.0.10" /> |
| 19 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="7.0.10" /> |
| 20 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="7.0.10" /> |
| 21 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.10" /> |
| 22 | + <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="7.0.10" /> |
| 23 | + <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="7.0.10" /> |
| 24 | + <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.10" /> |
25 | 25 |
|
26 |
| - <PackageReference Include="Microsoft.Azure.AppConfiguration.AspNetCore" Version="6.0.1" /> |
| 26 | + <PackageReference Include="Microsoft.Azure.AppConfiguration.AspNetCore" Version="6.1.0" /> |
27 | 27 |
|
28 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.9" /> |
29 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.9"> |
| 28 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.10" /> |
| 29 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.10"> |
30 | 30 | <PrivateAssets>all</PrivateAssets>
|
31 | 31 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
32 | 32 | </PackageReference>
|
33 | 33 |
|
34 |
| - <PackageReference Include="Microsoft.Extensions.Http.Polly" Version="7.0.9" /> |
| 34 | + <PackageReference Include="Microsoft.Extensions.Http.Polly" Version="7.0.10" /> |
35 | 35 |
|
36 | 36 | <PackageReference Include="Microsoft.FeatureManagement.AspNetCore" Version="2.6.1" />
|
37 | 37 |
|
|
55 | 55 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
56 | 56 | </PackageReference>
|
57 | 57 |
|
58 |
| - <PackageReference Include="Microsoft.Azure.SignalR" Version="1.21.3" /> |
| 58 | + <PackageReference Include="Microsoft.Azure.SignalR" Version="1.21.5" /> |
59 | 59 | </ItemGroup>
|
60 | 60 |
|
61 | 61 | <ItemGroup>
|
|
0 commit comments