1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-07-07 12:25:58 +02:00
bitwarden-mobile/store/google/Publisher/Publisher.csproj
2021-01-22 15:38:15 -05: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.49.0.2197" />
</ItemGroup>
</Project>