2019-05-28 19:29:09 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2022-02-28 20:04:09 +01:00
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2019-05-28 19:29:09 +02:00
|
|
|
|
<RootNamespace>Bit.Publisher</RootNamespace>
|
2019-05-28 19:50:01 +02:00
|
|
|
|
<Configurations>Debug;Release;FDroid</Configurations>
|
2019-05-28 19:29:09 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-07-21 20:03:38 +02:00
|
|
|
|
<PackageReference Include="Google.Apis.AndroidPublisher.v3" Version="1.52.0.2350" />
|
2019-05-28 19:29:09 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|