Skip to content

Commit 6466922

Browse files
committed
forgot the inmemory nuget
1 parent a05924a commit 6466922

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/AesSample/AesSample.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@
88
<ItemGroup Condition="('$(TargetFramework)' == 'net5.0')">
99
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="[5,)" />
1010
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="[5,)" />
11+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="[5,)" />
1112
</ItemGroup>
1213
<ItemGroup Condition="('$(TargetFramework)' == 'net6.0')">
1314
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="[6,)" />
1415
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="[6,)" />
16+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="[6,)" />
1517
</ItemGroup>
1618

1719
<ItemGroup>

0 commit comments

Comments
 (0)