This repository has been archived on 2023-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
backup-manager/BackupManager/BackupManager.csproj

13 lines
262 B
XML
Raw Normal View History

2018-10-13 23:03:50 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework>
2018-10-13 23:03:50 +00:00
</PropertyGroup>
<ItemGroup>
2019-01-15 14:55:35 +00:00
<PackageReference Include="SSH.NET" Version="2016.1.0" />
2018-10-13 23:03:50 +00:00
</ItemGroup>
</Project>