1
0
mirror of https://github.com/bitwarden/mobile.git synced 2025-01-26 21:51:34 +01:00
bitwarden-mobile/store/google/Publisher/Publisher.csproj
2023-09-29 11:02:19 -03:00

15 lines
392 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</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>