-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGithubBackup.Core.Tests.csproj
More file actions
38 lines (34 loc) · 1.84 KB
/
GithubBackup.Core.Tests.csproj
File metadata and controls
38 lines (34 loc) · 1.84 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
36
37
38
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoBogus"/>
<PackageReference Include="Bogus"/>
<PackageReference Include="FluentAssertions"/>
<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="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="Microsoft.Extensions.Caching.Memory" VersionOverride="9.0.8" />
<PackageReference Include="Microsoft.Extensions.Http" VersionOverride="9.0.8" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" VersionOverride="9.0.8" />
<PackageReference Include="Microsoft.Net.Http.Headers" VersionOverride="9.0.8" />
<PackageReference Include="Polly" VersionOverride="8.6.3" />
<PackageReference Include="Spectre.Console" />
<PackageReference Include="System.Runtime.Caching" VersionOverride="9.0.8" />
<ProjectReference Include="..\GithubBackup.Core\GithubBackup.Core.csproj"/>
<ProjectReference Include="..\GithubBackup.TestUtils\GithubBackup.TestUtils.csproj" />
</ItemGroup>
</Project>