<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>netcoreapp3.1</TargetFramework> <RootNamespace>Bit.Publisher</RootNamespace> <Configurations>Debug;Release;FDroid</Configurations> </PropertyGroup> <ItemGroup> <PackageReference Include="Google.Apis.AndroidPublisher.v3" Version="1.52.0.2350" /> </ItemGroup> </Project>