Skip to content

Commit de9394e

Browse files
committed
added description for the projects we just added recently
1 parent 3051a2e commit de9394e

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/SuperSocket.Kestrel/SuperSocket.Kestrel.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
4+
<Description>SuperSocket library allows users to take advantage of Kestrel's high performance socket pipeline.</Description>
45
</PropertyGroup>
56
<ItemGroup>
67
<ProjectReference Include="../SuperSocket.Connection/SuperSocket.Connection.csproj" />

src/SuperSocket.Server.Abstractions/SuperSocket.Server.Abstractions.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<Description>SuperSocket library for server abstractions. It includes many interfaces and base implementation of SuperSocket server components. Users can extend server side base on this project.</Description>
4+
</PropertyGroup>
25
<ItemGroup>
36
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="$(MSExtensionsVersion)" />
47
</ItemGroup>

0 commit comments

Comments
 (0)