forked from Code-Sharp/uHttpSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuhttpsharp.csproj
More file actions
23 lines (20 loc) · 870 Bytes
/
Copy pathuhttpsharp.csproj
File metadata and controls
23 lines (20 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>8.0.30703.1</Version>
<Authors>Kris Craig</Authors>
<Product>uhttpsharp</Product>
<Copyright>See uHttpSharp license.</Copyright>
<PackageProjectUrl></PackageProjectUrl>
<RepositoryUrl></RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageTags>uhttpsharp netstandard standard uhttpsharpstandard port ported version</PackageTags>
<Description>A fork of uHttpSharp ported to .NET Standard.</Description>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<PackageId>uhttpsharp</PackageId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.5.0" />
<PackageReference Include="Newtonsoft.Json" Version="6.0.0.0" />
</ItemGroup>
</Project>