Skip to content

Commit 2fb3a31

Browse files
committed
Fix migrations
1 parent 3a2f5e6 commit 2fb3a31

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Idp.Swiyu.Passkeys.Sts.Domain.Migrations/Idp.Swiyu.Passkeys.Sts.Domain.Migrations.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11+
<PackageReference Include="Microsoft.Data.SqlClient.Extensions.Azure" Version="1.0.0" />
1112
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.8" />
1213
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.8">
1314
<PrivateAssets>all</PrivateAssets>

Idp.Swiyu.Passkeys.Sts/Idp.Swiyu.Passkeys.Sts.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Duende.IdentityServer.AspNetIdentity" version="7.4.7" />
11+
<PackageReference Include="Microsoft.Data.SqlClient.Extensions.Azure" Version="1.0.0" />
1112
<PackageReference Include="Serilog.AspNetCore" Version="10.0.0" />
1213

1314
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="10.0.8" />

0 commit comments

Comments
 (0)