lucidiot/HabitSharp
lucidiot
/
HabitSharp
Archived
1
0
Fork 0

Create project

This commit is contained in:
Lucidiot 2018-08-25 00:38:24 +02:00
parent b941a04615
commit 60e58d4715
No known key found for this signature in database
GPG Key ID: AE3F7205692FA205
1 changed files with 11 additions and 0 deletions

11
HabitSharp.csproj Normal file
View File

@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="RestSharp" Version="106.3.1" />
</ItemGroup>
</Project>