Julian van de Groep
13d51c7bf8
I'm satistfied with how the SFTP method has been working, and it also means the backups aren't stored by Google as a MASSIVE plus.
12 lines
262 B
XML
12 lines
262 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="SSH.NET" Version="2016.1.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|