1
0
mirror of https://github.com/bitwarden/mobile synced 2025-01-07 14:51:30 +01:00
Bitwarden-app-android-iphon.../store/google/Publisher/Publisher.csproj
2020-03-13 11:55:03 -04:00

15 lines
399 B
XML

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