COA.EnterpriseServices/COA.EnterpriseServices.DataAccess.EntityFramework/COA.EnterpriseServices.DataAccess.EntityFramework.csproj

21 lines
717 B
XML
Raw Normal View History

2020-10-14 00:56:53 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
2020-10-14 01:46:23 +00:00
<PackageReference Include="AutoMapper" Version="10.0.0" />
2020-10-14 00:56:53 +00:00
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.9">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.9" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\COA.EnterpriseServices.DataAccess\COA.EnterpriseServices.DataAccess.csproj" />
</ItemGroup>
</Project>