1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-06 10:34:07 +00:00
Files
mobile/store/google/Publisher/Publisher.csproj
Kyle Spearrin 49af74729f update packages
2018-10-25 21:55:46 -04:00

14 lines
338 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RootNamespace>Bit.Publisher</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Apis.AndroidPublisher.v2" Version="1.36.1.1391" />
</ItemGroup>
</Project>