Skip to content

Commit

Permalink
Merge pull request #49 from dotnet-campus/t/lindexi/package
Browse files Browse the repository at this point in the history
升级多线程处理库
  • Loading branch information
walterlv authored Dec 14, 2021
2 parents a09c05e + e5e5d34 commit a953961
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/dotnetCampus.Ipc/dotnetCampus.Ipc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@

<ItemGroup>
<PackageReference Include="Walterlv.NullableAttributes.Source" Version="7.0.1" PrivateAssets="all" />
<PackageReference Include="dotnetCampus.AsyncWorkerCollection.Source" Version="1.6.4" />
<PackageReference Include="dotnetCampus.AsyncWorkerCollection.Source" Version="1.6.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
Expand Down

0 comments on commit a953961

Please sign in to comment.