Skip to content

Commit

Permalink
update nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Aug 14, 2024
1 parent 9878e56 commit 6a701ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Nager.TcpClient/Nager.TcpClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

<RepositoryUrl>https://github.com/nager/Nager.TcpClient</RepositoryUrl>

<TargetFrameworks>netstandard2.0;netstandard2.1;net6</TargetFrameworks>
<TargetFrameworks>netstandard2.0;netstandard2.1;net6;net8</TargetFrameworks>

<Version>1.1.1</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6a701ae

Please sign in to comment.