-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtests.props
More file actions
23 lines (21 loc) · 952 Bytes
/
tests.props
File metadata and controls
23 lines (21 loc) · 952 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project>
<Import Project="core.props"/>
<PropertyGroup>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Bogus" Version="35.6.5" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2" />
<PackageReference Include="xunit.categories" Version="2.0.8" />
<PackageReference Include="FluentAssertions" Version="7.2.2" />
<PackageReference Include="FluentAssertions.Json" Version="6.1.0" />
<PackageReference Include="coverlet.msbuild" Version="6.0.4" />
<PackageReference Include="AutoFixture.Xunit2" Version="4.18.1"/>
<PackageReference Include="FsCheck.Xunit" Version="3.3.2" />
<PackageReference Include="FakeItEasy" Version="8.3.0"/>
</ItemGroup>
<ItemGroup>
<Content Include="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
</Project>