google-api-dotnet-client / Src /Tools /ToolUtilities /ToolUtilities.csproj
AbdulElahGwaith's picture
Upload folder using huggingface_hub
7b715bc verified
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="Google.Apis.Discovery.v1" Version="1.68.0" />
</ItemGroup>
</Project>