Skip to content

Commit

Permalink
2021.0505
Browse files Browse the repository at this point in the history
  • Loading branch information
nnhy committed May 5, 2021
1 parent ce11404 commit 1248463
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions NewLife.Redis/NewLife.Redis.csproj
Expand Up @@ -7,8 +7,8 @@
<Description>Redis基础操作、消息队列,经过日均100亿次调用量的项目验证</Description>
<Company>新生命开发团队</Company>
<Copyright>©2002-2021 新生命开发团队</Copyright>
<Version>3.9.2021.0427-beta2</Version>
<FileVersion>3.9.2021.0427</FileVersion>
<Version>3.9.2021.0505</Version>
<FileVersion>3.9.2021.0505</FileVersion>
<AssemblyVersion>3.9.*</AssemblyVersion>
<Deterministic>false</Deterministic>
<OutputPath>..\..\Bin</OutputPath>
Expand Down Expand Up @@ -58,7 +58,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NewLife.Core" Version="8.10.2021.427-beta1" />
<PackageReference Include="NewLife.Core" Version="8.10.2021.505" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Test/Test.csproj
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.1" />
<PackageReference Include="NewLife.Core" Version="8.10.2021.427-beta1" />
<PackageReference Include="NewLife.Core" Version="8.10.2021.505" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion XUnitTest/XUnitTest.csproj
Expand Up @@ -14,7 +14,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
<PackageReference Include="NewLife.Core" Version="8.10.2021.427-beta1" />
<PackageReference Include="NewLife.Core" Version="8.10.2021.505" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 1248463

Please sign in to comment.