-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdotnetsheff.Api.Tests.csproj
More file actions
33 lines (31 loc) · 1.25 KB
/
dotnetsheff.Api.Tests.csproj
File metadata and controls
33 lines (31 loc) · 1.25 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
30
31
32
33
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Moq" Version="4.7.99" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="FluentAssertions" Version="4.19.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
<PackageReference Include="AutoFixture" Version="4.8.0" />
<PackageReference Include="xUnit" Version="2.2.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\dotnetsheff.API\dotnetsheff.Api.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="lightningtalksrdescription.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="onespeakeronetalkdescription.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="onespeakertwotalksdescription.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="twotalkstwospeakersdescription.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>