-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest.props
More file actions
19 lines (19 loc) · 745 Bytes
/
test.props
File metadata and controls
19 lines (19 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project>
<Import Project="core.props" />
<PropertyGroup>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="xunit.runner.visualstudio" />
<PackageReference Include="xunit.categories" />
<PackageReference Include="AwesomeAssertions" />
<PackageReference Include="coverlet.msbuild" />
<PackageReference Include="FsCheck.Xunit" />
<PackageReference Include="NSubstitute" />
<PackageReference Include="Bogus" />
<PackageReference Include="NaughtyStrings" />
<PackageReference Include="xunit.extensibility.core" />
<PackageReference Include="xunit.extensibility.execution" />
</ItemGroup>
</Project>