Skip to content

Commit eb360eb

Browse files
committed
Added inmemory DB
1 parent 68ddee7 commit eb360eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

2-WebApp-graph-user/2-3-Multi-Tenant/WebApp-OpenIDConnect-DotNet.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
<PrivateAssets>all</PrivateAssets>
2525
</PackageReference>
26+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.3" />
2627
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.3" />
2728
<PackageReference Include="Microsoft.Identity.Web.UI" Version="1.22.2" />
2829
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="1.22.2" />

0 commit comments

Comments
 (0)