Skip to content

Commit

Permalink
chore: update csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
josephnhtam committed Oct 2, 2024
1 parent 7797549 commit 9e0c9b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net8.0;net7.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<IsPackable>true</IsPackable>
<Description>This package implements a TCP client.</Description>
<PackageTags>live-streaming;tcp</PackageTags>
<Version>0.15.0</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net8.0;net7.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<IsPackable>true</IsPackable>
<Description>This package provides shared components and utilities for TCP server and client implementations.</Description>
<PackageTags>live-streaming;tcp</PackageTags>
<Version>0.15.0</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net8.0;net7.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<IsPackable>true</IsPackable>
<Description>This package implements an RTMP client.</Description>
<PackageTags>live-streaming;rtmp</PackageTags>
<Version>0.15.0</Version>
Expand Down

0 comments on commit 9e0c9b7

Please sign in to comment.