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.

30 lines
1.1 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Diagnostics" Version="2.1.1" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.1.1" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="2.1.1" />
<PackageReference Include="Moq" Version="4.9.0" />
<PackageReference Include="xunit" Version="2.4.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\WebApiStudy.Bll\WebApiStudy.Bll.csproj" />
<ProjectReference Include="..\WebApiStudy.Dal\WebApiStudy.Dal.csproj" />
<ProjectReference Include="..\WebApiStudy.IBll\WebApiStudy.IBll.csproj" />
<ProjectReference Include="..\WebApiStudy.IDal\WebApiStudy.IDal.csproj" />
<ProjectReference Include="..\WebApiStudy.Model\WebApiStudy.Model.csproj" />
<ProjectReference Include="..\WebApiStudy.WebApp\WebApiStudy.WebApp.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="ClassFixture\" />
</ItemGroup>
</Project>