Skip to content

Commit

Permalink
升级最新版本 CO2NET 和 NeuChar,改进高并发HTTP请求效率 #1693
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySu committed Apr 29, 2019
1 parent c286962 commit f138434
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.2.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.0.2105168" />
<PackageReference Include="Senparc.CO2NET" Version="0.6.1.1-preview3" />
<PackageReference Include="Senparc.CO2NET" Version="0.7.0-preview3" />
<PackageReference Include="Senparc.NeuChar.App" Version="0.3.5-preview3" />
<PackageReference Include="System.Drawing.Common" Version="4.5.1" />
<PackageReference Include="ZXing.Net" Version="0.16.4" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ https://github.com/JeffreySu/WeiXinMPSDK</Description>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Senparc.CO2NET.Cache.Memcached" Version="3.3.0-preview1" />
<PackageReference Include="Senparc.CO2NET.Cache.Memcached" Version="3.3.0-preview3" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Senparc.CO2NET.APM" Version="0.3.0-preview2" />
<PackageReference Include="Senparc.CO2NET.APM" Version="0.3.0-preview3" />
<PackageReference Include="Senparc.NeuChar" Version="0.6.5-preview3" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
<PackageReference Include="Senparc.CO2NET" Version="0.6.1.1-preview3" />
<PackageReference Include="Senparc.CO2NET" Version="0.7.0-preview3" />
<PackageReference Include="Senparc.NeuChar" Version="0.6.5-preview3" />
</ItemGroup>

Expand Down

0 comments on commit f138434

Please sign in to comment.