Skip to content

Commit

Permalink
Adjusted target frameworks for Kestrel project
Browse files Browse the repository at this point in the history
  • Loading branch information
kerryjiang committed Dec 8, 2024
1 parent f3e6452 commit e18bc01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<Project>
<PropertyGroup>
<LangVersion>10.0</LangVersion>
<TargetFrameworks>netstandard2.1;net6.0;net7.0;net8.0</TargetFrameworks>
<DotNetTargetFrameworks>net6.0;net7.0;net8.0</DotNetTargetFrameworks>
<TargetFrameworks>netstandard2.1;$(DotNetTargetFrameworks)</TargetFrameworks>
<SamplesTargetFrameworks>net8.0</SamplesTargetFrameworks>
</PropertyGroup>
<PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions src/SuperSocket.Kestrel/SuperSocket.Kestrel.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>$(DotNetTargetFrameworks)</TargetFrameworks>
<Description>SuperSocket library allows users to take advantage of Kestrel's high performance socket pipeline.</Description>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit e18bc01

Please sign in to comment.