2017-02-14 16:23:26 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2017-06-29 18:36:57 +02:00
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
2017-02-14 16:23:26 +01:00
|
|
|
|
<AssemblyName>Ordering.Infrastructure</AssemblyName>
|
|
|
|
|
<PackageId>Ordering.Infrastructure</PackageId>
|
2017-06-29 18:36:57 +02:00
|
|
|
|
<AssetTargetFallback>$(AssetTargetFallback);portable-net45+win8+wp8+wpa81;</AssetTargetFallback>
|
2017-02-14 16:23:26 +01:00
|
|
|
|
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
|
|
|
|
|
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
|
|
|
|
|
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Ordering.Domain\Ordering.Domain.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2017-08-22 22:36:23 +02:00
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.0.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="2.0.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.0.0" />
|
2017-02-14 16:23:26 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|