lucidiot/NullSharp
lucidiot
/
NullSharp
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.
NullSharp/NullSharp/NullSharp.csproj

22 lines
735 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<OutputType>Library</OutputType>
<AssemblyName>NullSharp</AssemblyName>
<PackageId>NullSharp</PackageId>
<VersionPrefix>1.0.0</VersionPrefix>
<Authors>Lucidiot</Authors>
<Company>Lucidiot</Company>
<Description>API client for /dev/null As A Service.</Description>
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://gitlab.com/Lucidiot/NullSharp</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>
</Project>