2017-03-22 16:10:46 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2019-07-17 18:26:20 +02:00
|
|
|
|
<TargetFramework>$(NetStandardTargetVersion)</TargetFramework>
|
2017-03-22 16:10:46 +01:00
|
|
|
|
<RootNamespace>Microsoft.eShopOnContainers.BuildingBlocks.IntegrationEventLogEF</RootNamespace>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-07-17 18:26:20 +02:00
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="$(Microsoft_EntityFrameworkCore)" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="$(Microsoft_EntityFrameworkCore_Design)" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="$(Microsoft_EntityFrameworkCore_Relational)" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="$(Microsoft_EntityFrameworkCore_SqlServer)" />
|
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="$(Newtonsoft_Json)" />
|
2018-05-15 12:42:08 +02:00
|
|
|
|
</ItemGroup>
|
2017-03-22 16:10:46 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\EventBus\EventBus.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|