New field in stockmembers

This commit is contained in:
2021-05-13 08:15:40 +02:00
parent 85b959ad02
commit f0b3b3d264
8 changed files with 217 additions and 9 deletions

View File

@ -7,6 +7,10 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" />
</ItemGroup>
@ -26,9 +30,5 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<!--<ItemGroup>
--><!--<ProjectReference Include="..\DIDemoLib\DIDemoLib.csproj" />--><!--
</ItemGroup>-->
</Project>