2017-12-14 16:54:51 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
2017-02-04 18:04:57 +01:00
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2017-12-14 16:54:51 +01:00
|
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
2017-02-04 18:04:57 +01:00
|
|
|
<RootNamespace>Bit.Publisher</RootNamespace>
|
|
|
|
</PropertyGroup>
|
2017-12-14 16:54:51 +01:00
|
|
|
|
2017-12-13 23:20:24 +01:00
|
|
|
<ItemGroup>
|
2017-12-14 16:54:51 +01:00
|
|
|
<PackageReference Include="Google.Apis.AndroidPublisher.v2" Version="1.31.1.1033" />
|
2017-12-13 23:20:24 +01:00
|
|
|
</ItemGroup>
|
2017-12-14 16:54:51 +01:00
|
|
|
|
|
|
|
</Project>
|