diff --git a/Directory.Build.props b/Directory.Build.props index 25831091b..4f06836cb 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,8 @@ 10.0 - netstandard2.1;net6.0;net7.0;net8.0 + net6.0;net7.0;net8.0 + netstandard2.1;$(DotNetTargetFrameworks) net8.0 diff --git a/src/SuperSocket.Kestrel/SuperSocket.Kestrel.csproj b/src/SuperSocket.Kestrel/SuperSocket.Kestrel.csproj index 79f4e17fc..809cfb979 100644 --- a/src/SuperSocket.Kestrel/SuperSocket.Kestrel.csproj +++ b/src/SuperSocket.Kestrel/SuperSocket.Kestrel.csproj @@ -1,5 +1,6 @@  + $(DotNetTargetFrameworks) SuperSocket library allows users to take advantage of Kestrel's high performance socket pipeline.