File tree Expand file tree Collapse file tree
SecurityService.IntegrationTests
SecurityService.MySqlMigrations
SecurityService.SqlServerMigrations Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 8.0.14" />
1212 <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 8.0.14" />
1313 <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational" Version =" 8.0.14" />
14- <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 8.0.3 " />
14+ <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 8.0.14 " />
1515 <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 8.0.14" >
1616 <PrivateAssets >all</PrivateAssets >
1717 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
Original file line number Diff line number Diff line change 1010
1111 <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 8.0.14" />
1212
13+ <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 8.0.14" />
14+
1315 <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 8.0.1" />
1416
1517 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13.0" />
Original file line number Diff line number Diff line change 77 <ItemGroup >
88 <PackageReference Include =" Duende.IdentityServer.EntityFramework" Version =" 7.0.8" />
99 <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 8.0.14" />
10+ <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 8.0.14" />
1011 <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 8.0.1" />
1112 <PackageReference Include =" Pomelo.EntityFrameworkCore.MySql" Version =" 8.0.3" />
1213 <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational" Version =" 8.0.14" />
Original file line number Diff line number Diff line change 77 <ItemGroup >
88 <PackageReference Include =" Duende.IdentityServer.EntityFramework" Version =" 7.0.8" />
99 <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 8.0.14" />
10+ <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 8.0.14" />
1011 <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 8.0.14" />
1112 <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational" Version =" 8.0.14" />
1213 <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 8.0.1" />
You can’t perform that action at this time.
0 commit comments