Skip to content

Commit

Permalink
升级对 StackExchange.Redis 的引用版本。 📥
Browse files Browse the repository at this point in the history
  • Loading branch information
PopeyeZhong committed Feb 23, 2024
1 parent b42c42f commit 6b384bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion externals/redis/.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ src/Zongsoft.Externals.Redis.plugin
src/Zongsoft.Externals.Redis.option
src/bin/$(Edition)/$(Framework)/Zongsoft.Externals.Redis.*

%NUGET_PACKAGES%/stackexchange.redis/2.6.122/lib/netstandard2.0/*.dll
%NUGET_PACKAGES%/stackexchange.redis/2.7.20/lib/netstandard2.0/*.dll
%NUGET_PACKAGES%/pipelines.sockets.unofficial/2.2.8/lib/netstandard2.1/*.dll
%NUGET_PACKAGES%/microsoft.bcl.asyncinterfaces/6.0.0/lib/netstandard2.1/*.dll
%NUGET_PACKAGES%/system.io.pipelines/5.0.1/lib/netstandard2.0/*.dll
6 changes: 5 additions & 1 deletion externals/redis/src/Zongsoft.Externals.Redis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,26 @@

<ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="5.0.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="StackExchange.Redis" Version="2.6.122" />
<PackageReference Include="StackExchange.Redis" Version="2.7.20" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6b384bf

Please sign in to comment.