You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
406 B
XML
14 lines
406 B
XML
7 years ago
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\WebApiStudy.IBll\WebApiStudy.IBll.csproj" />
|
||
|
<ProjectReference Include="..\WebApiStudy.IDal\WebApiStudy.IDal.csproj" />
|
||
|
<ProjectReference Include="..\WebApiStudy.Model\WebApiStudy.Model.csproj" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|