1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-10-16 06:55:16 +02:00
bitwarden-mobile/store/google/Publisher/Publisher.csproj

14 lines
338 B
XML
Raw Normal View History

2017-12-14 16:54:51 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2017-12-14 16:54:51 +01:00
<TargetFramework>netcoreapp2.0</TargetFramework>
<RootNamespace>Bit.Publisher</RootNamespace>
</PropertyGroup>
2017-12-14 16:54:51 +01:00
2017-12-13 23:20:24 +01:00
<ItemGroup>
2018-06-29 20:09:53 +02:00
<PackageReference Include="Google.Apis.AndroidPublisher.v2" Version="1.34.0.1245" />
2017-12-13 23:20:24 +01:00
</ItemGroup>
2017-12-14 16:54:51 +01:00
</Project>