Skip to content

Commit

Permalink
fixed the extra targetFrameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
kerryjiang committed Jun 1, 2024
1 parent fdf71b4 commit 1da72e3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/WebSocket4Net/WebSocket4Net.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.1;net5.0;net6.0;net7.0;net8.0;net7.0-ios;net7.0-android;net7.0-macos;net7.0-tvos;net8.0-ios;net8.0-android;net8.0-macos;net8.0-tvos</TargetFrameworks>
</PropertyGroup>
<PropertyGroup Condition="$(IncludeMobileTargetFramework) == 'true'">
<TargetFrameworks>$(TargetFrameworks);$(MobileTargetFrameworks)</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SuperSocket.Client" Version="$(SuperSocketVersion)" />
<PackageReference Include="SuperSocket.WebSocket" Version="$(SuperSocketVersion)" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 1da72e3

Please sign in to comment.