12 lines
278 B
XML
12 lines
278 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" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|