1
0
mirror of https://github.com/bitwarden/mobile synced 2025-01-29 09:49:35 +01:00

14 lines
338 B
XML
Raw Normal View History

2017-12-14 10:54:51 -05:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2017-12-14 10:54:51 -05:00
<TargetFramework>netcoreapp2.0</TargetFramework>
<RootNamespace>Bit.Publisher</RootNamespace>
</PropertyGroup>
2017-12-14 10:54:51 -05:00
2017-12-13 17:20:24 -05:00
<ItemGroup>
2018-10-25 21:55:34 -04:00
<PackageReference Include="Google.Apis.AndroidPublisher.v2" Version="1.36.1.1391" />
2017-12-13 17:20:24 -05:00
</ItemGroup>
2017-12-14 10:54:51 -05:00
</Project>