Files
EFCore.NamingConventions/EFCore.NamingConventions.Test/EFCore.NamingConventions.Test.csproj
2020-01-17 11:36:02 +01:00

19 lines
526 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="xunit" />
<PackageReference Include="xunit.runner.visualstudio" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\EFCore.NamingConventions\EFCore.NamingConventions.csproj" />
</ItemGroup>
</Project>