13 lines
340 B
XML
13 lines
340 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Google.Apis.Drive.v3" Version="1.34.0.1239" />
|
|
<PackageReference Include="SSH.NET" Version="2016.1.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|