1
0
mirror of https://github.com/bitwarden/mobile synced 2025-02-02 19:47:27 +01:00

15 lines
399 B
XML
Raw Normal View History

2019-05-28 13:29:09 -04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RootNamespace>Bit.Publisher</RootNamespace>
2019-05-28 13:50:01 -04:00
<Configurations>Debug;Release;FDroid</Configurations>
2019-05-28 13:29:09 -04:00
</PropertyGroup>
<ItemGroup>
2019-12-16 09:14:54 -05:00
<PackageReference Include="Google.Apis.AndroidPublisher.v3" Version="1.42.0.1796" />
2019-05-28 13:29:09 -04:00
</ItemGroup>
</Project>