Files
EFCore.NamingConventions/EFCore.NamingConventions.Test/EFCore.NamingConventions.Test.csproj
Shay Rojansky 2ee1db0be7 Initial commit
2019-09-21 14:51:04 +02:00

19 lines
602 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.3.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="$(EFCoreVersion)" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\EFCore.NamingConventions\EFCore.NamingConventions.csproj" />
</ItemGroup>
</Project>