system-praktyk-api/test/InternshipSystem.Core.Tests/InternshipSystem.Core.Tests.csproj
2020-07-26 00:50:46 +02:00

17 lines
471 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>
<Import Project="../../props/Directory.Tests.Build.props" />
<ItemGroup>
<ProjectReference Include="..\..\src\InternshipSystem.Core\InternshipSystem.Core.csproj" />
<ProjectReference Include="..\..\src\InternshipSystem.Repository\InternshipSystem.Repository.csproj" />
</ItemGroup>
</Project>