-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGithubBackup.TestUtils.Tests.csproj
More file actions
29 lines (25 loc) · 1.09 KB
/
GithubBackup.TestUtils.Tests.csproj
File metadata and controls
29 lines (25 loc) · 1.09 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>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoBogus"/>
<PackageReference Include="AwesomeAssertions" />
<PackageReference Include="Bogus"/>
<PackageReference Include="Flurl.Http"/>
<PackageReference Include="Meziantou.Xunit.ParallelTestFramework" />
<PackageReference Include="Microsoft.NET.Test.Sdk"/>
<PackageReference Include="NSubstitute"/>
<PackageReference Include="NSubstitute.Analyzers.CSharp"/>
<PackageReference Include="Verify.Xunit" />
<PackageReference Include="xunit"/>
<PackageReference Include="xunit.extensibility.core"/>
<PackageReference Include="xunit.runner.visualstudio"/>
<PackageReference Include="coverlet.collector"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Spectre.Console" />
<ProjectReference Include="..\GithubBackup.TestUtils\GithubBackup.TestUtils.csproj" />
</ItemGroup>
</Project>