lucidiot/HabitSharp
lucidiot
/
HabitSharp
Archived
1
0
Fork 0
This repository has been archived on 2022-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
HabitSharp/HabitSharp.Client/HabitSharp.Client.csproj

27 lines
957 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\HabitSharp\HabitSharp.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.5" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.2.0" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<AssemblyName>HabitSharp.Client</AssemblyName>
<PackageId>HabitSharp.Client</PackageId>
<VersionPrefix>0.1.0</VersionPrefix>
<Authors>Lucidiot</Authors>
<Company>Lucidiot</Company>
<Description>Command-line tool for Habitica.</Description>
<PackageLicenseUrl>https://gitlab.com/Lucidiot/HabitSharp/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://gitlab.com/Lucidiot/HabitSharp</RepositoryUrl>
</PropertyGroup>
</Project>