|
30 | 30 | <PackageReference Include="Aguacongas.IdentityServer.EntityFramework.Store.Duende" Version="7.4.0" />
|
31 | 31 | <PackageReference Include="Aguacongas.TheIdServer.Migrations.SqlServer" Version="7.4.0" />
|
32 | 32 | <PackageReference Include="IdentityModel.AspNetCore.OAuth2Introspection" Version="6.2.0" />
|
33 |
| - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="7.0.5" /> |
34 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="7.0.5" /> |
35 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="7.0.5" /> |
36 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.5" /> |
37 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="7.0.5" /> |
38 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="7.0.5" /> |
39 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="7.0.5" /> |
40 |
| - <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="7.0.5" /> |
41 |
| - <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.5" /> |
42 |
| - <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="7.0.5" /> |
43 |
| - <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.5" /> |
44 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.5" /> |
45 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.5" /> |
46 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.5"> |
| 33 | + <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="7.0.7" /> |
| 34 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="7.0.7" /> |
| 35 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="7.0.7" /> |
| 36 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.7" /> |
| 37 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="7.0.7" /> |
| 38 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="7.0.7" /> |
| 39 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="7.0.7" /> |
| 40 | + <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="7.0.7" /> |
| 41 | + <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.7" /> |
| 42 | + <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="7.0.7" /> |
| 43 | + <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.7" /> |
| 44 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.7" /> |
| 45 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.7" /> |
| 46 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.7"> |
47 | 47 | <PrivateAssets>all</PrivateAssets>
|
48 | 48 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
49 | 49 | </PackageReference>
|
50 | 50 | <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
|
51 |
| - <PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="7.0.5" /> |
| 51 | + <PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="7.0.7" /> |
52 | 52 | <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="7.0.0" />
|
53 | 53 | <PackageReference Include="Microsoft.Extensions.Options" Version="7.0.1" />
|
54 | 54 | <PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.18.1" />
|
55 |
| - <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="7.0.6" PrivateAssets="All" /> |
| 55 | + <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="7.0.7" PrivateAssets="All" /> |
56 | 56 | <PackageReference Include="SendGrid" Version="9.28.1" />
|
57 | 57 | <PackageReference Include="Serilog" Version="2.12.0" />
|
58 | 58 | <PackageReference Include="Serilog.AspNetCore" Version="7.0.0" />
|
|
0 commit comments