feat(*): Add an initial barebones implementation of the SftpRepository

This commit is contained in:
Josh Creek
2021-08-30 00:31:36 +01:00
parent ca490f72be
commit bc4decc617
2 changed files with 118 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="SSH.NET" Version="2020.0.1" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>