Skip to content

Commit

Permalink
doghappy#344 Only include STJ for Net Standard 2
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson-tomo committed Apr 7, 2024
1 parent 6600b68 commit cae6333
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFrameworks>netstandard2.0;net5.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>../SocketIO.Client/SocketIO.Client.snk</AssemblyOriginatorKeyFile>
Expand All @@ -13,7 +13,7 @@
<ProjectReference Include="..\SocketIO.Serializer.Core\SocketIO.Serializer.Core.csproj" />
</ItemGroup>

<ItemGroup>
<ItemGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
<PackageReference Include="System.Text.Json" Version="8.0.3" />
</ItemGroup>

Expand Down

0 comments on commit cae6333

Please sign in to comment.