We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027405d commit 2a1855fCopy full SHA for 2a1855f
src/ServiceStack.Redis/ServiceStack.Redis.Core.csproj
@@ -10,7 +10,7 @@
10
<PackageTags>Redis;NoSQL;Client;Distributed;Cache;PubSub;Messaging;Transactions</PackageTags>
11
</PropertyGroup>
12
<ItemGroup>
13
- <PackageReference Include="ServiceStack.Common" Version="$(Version)" />
+ <PackageReference Include="ServiceStack.Common.Core" Version="$(Version)" />
14
</ItemGroup>
15
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
16
<PackageReference Include="System.Net.Security" Version="4.3.2" />
0 commit comments