Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
job79 committed Aug 13, 2022
1 parent 2e7951d commit d7b7d76
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion EasyTcp4.Actions/EasyTcp4.Actions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="EasyTcp" Version="4.0.1" />
<PackageReference Include="EasyTcp" Version="4.0.2" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion EasyTcp4.Encryption/EasyTcp4.Encryption.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<LangVersion>8</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EasyTcp" Version="4.0.1" />
<PackageReference Include="EasyTcp" Version="4.0.2" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions EasyTcp4.Test/EasyTcp4.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.16.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0"/>
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.0" />
<ProjectReference Include="..\EasyTcp4\EasyTcp4.csproj" />
<ProjectReference Include="..\EasyTcp4.Actions\EasyTcp4.Actions.csproj" />
<ProjectReference Include="..\EasyTcp4.Encryption\EasyTcp4.Encryption.csproj" />
Expand Down

0 comments on commit d7b7d76

Please sign in to comment.