-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGithubBackup.Cli.Tests.csproj
More file actions
35 lines (31 loc) · 1.61 KB
/
GithubBackup.Cli.Tests.csproj
File metadata and controls
35 lines (31 loc) · 1.61 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
34
35
<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="Spectre.Console.Testing"/>
<PackageReference Include="TestableIO.System.IO.Abstractions.TestingHelpers"/>
<PackageReference Include="TestableIO.System.IO.Abstractions.Wrappers"/>
<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" VersionOverride="0.52.0" />
<ProjectReference Include="..\GithubBackup.Cli\GithubBackup.Cli.csproj"/>
<ProjectReference Include="..\GithubBackup.Core\GithubBackup.Core.csproj" />
<ProjectReference Include="..\GithubBackup.TestUtils.Tests\GithubBackup.TestUtils.Tests.csproj"/>
<ProjectReference Include="..\GithubBackup.TestUtils\GithubBackup.TestUtils.csproj"/>
</ItemGroup>
</Project>