1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-14 01:48:36 +02:00
bitwarden-mobile/store/google/Publisher/Publisher.csproj

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
399 B
XML
Raw Normal View History

2019-05-28 19:29:09 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<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>
<PackageReference Include="Google.Apis.AndroidPublisher.v3" Version="1.52.0.2350" />
2019-05-28 19:29:09 +02:00
</ItemGroup>
</Project>