system-praktyk-api/test/InternshipSystem.Core.Tests/InternshipSystem.Core.Tests.csproj

16 lines
362 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" />
</ItemGroup>
</Project>