-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathHwProj.NotificationsService.IntegrationTests.csproj
More file actions
29 lines (23 loc) · 1.36 KB
/
HwProj.NotificationsService.IntegrationTests.csproj
File metadata and controls
29 lines (23 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoFixture" Version="4.17.0" />
<PackageReference Include="FluentAssertions" Version="6.7.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="Moq" Version="4.13.1" />
<PackageReference Include="NUnit3TestAdapter" Version="4.0.0" />
<PackageReference Include="coverlet.collector" Version="3.1.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\HwProj.AuthService\HwProj.AuthService.Client\HwProj.AuthService.Client.csproj" />
<ProjectReference Include="..\..\HwProj.CoursesService\HwProj.CoursesService.Client\HwProj.CoursesService.Client.csproj" />
<ProjectReference Include="..\..\HwProj.SolutionsService\HwProj.SolutionsService.Client\HwProj.SolutionsService.Client.csproj" />
<ProjectReference Include="..\..\HwProj.SolutionsService\HwProj.SolutionsService.Tests\HwProj.SolutionsService.Tests.csproj" />
<ProjectReference Include="..\HwProj.NotificationsService.Client\HwProj.NotificationsService.Client.csproj" />
</ItemGroup>
</Project>