feat(*): Add SftpRepositoryShould tests

This commit is contained in:
Josh Creek
2021-08-30 12:46:01 +01:00
parent ebccd4aeca
commit 62665fe492
3 changed files with 181 additions and 18 deletions
+15
View File
@@ -7,10 +7,25 @@
</PropertyGroup>
<ItemGroup>
<None Remove="appsettings.json" />
</ItemGroup>
<ItemGroup>
<Content Include="appsettings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
<PackageReference Include="NUnit" Version="3.13.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
<PackageReference Include="coverlet.collector" Version="3.0.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FileRepository\FileRepository.csproj" />
</ItemGroup>
</Project>