Skip to content

Commit

Permalink
Replace libuv-1.10.0 with libuv-shared-1.34.0.266
Browse files Browse the repository at this point in the history
  • Loading branch information
cuteant committed Sep 14, 2020
1 parent 9c032fc commit c92cfc8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions build/Dependencies.3rdParty.props
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
<RabbitMQClientPackageVersion>5.1.0</RabbitMQClientPackageVersion>

<LibuvPackageVersion>1.10.0</LibuvPackageVersion>
<LibuvSharedPackageVersion>1.34.0.266</LibuvSharedPackageVersion>

<MimeKitPackageVersion>2.6.0</MimeKitPackageVersion>
<MailKitPackageVersion>2.6.0</MailKitPackageVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/DotNetty.NetUV/DotNetty.NetUV.Netstandard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Libuv" Version="$(LibuvPackageVersion)" />
<PackageReference Include="libuv-shared" Version="$(LibuvSharedPackageVersion)" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/DotNetty.NetUV/DotNetty.NetUV.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="$(SystemRuntimeInteropServicesRuntimeInformationPackageVersion)" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Libuv" Version="$(LibuvPackageVersion)" />
<PackageReference Include="libuv-shared" Version="$(LibuvSharedPackageVersion)" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Libuv" Version="$(LibuvPackageVersion)" />
<PackageReference Include="libuv-shared" Version="$(LibuvSharedPackageVersion)" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DotNetty.Transport\DotNetty.Transport.Netstandard.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="$(SystemRuntimeInteropServicesRuntimeInformationPackageVersion)" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Libuv" Version="$(LibuvPackageVersion)" />
<PackageReference Include="libuv-shared" Version="$(LibuvSharedPackageVersion)" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit c92cfc8

Please sign in to comment.