17 lines
471 B
XML
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>
|