Skip to content

Commit 2457f9c

Browse files
fix nuget issue
1 parent 3c86534 commit 2457f9c

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

SecurityService.Database/SecurityService.Database.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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>

SecurityService.IntegrationTests/SecurityService.IntegrationTests.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
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" />

SecurityService.MySqlMigrations/SecurityService.MySqlMigrations.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
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" />

SecurityService.SqlServerMigrations/SecurityService.SqlServerMigrations.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
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" />

0 commit comments

Comments
 (0)