Skip to content

Commit 2a1855f

Browse files
committed
Fix .Core proj
1 parent 027405d commit 2a1855f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.Redis/ServiceStack.Redis.Core.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageTags>Redis;NoSQL;Client;Distributed;Cache;PubSub;Messaging;Transactions</PackageTags>
1111
</PropertyGroup>
1212
<ItemGroup>
13-
<PackageReference Include="ServiceStack.Common" Version="$(Version)" />
13+
<PackageReference Include="ServiceStack.Common.Core" Version="$(Version)" />
1414
</ItemGroup>
1515
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
1616
<PackageReference Include="System.Net.Security" Version="4.3.2" />

0 commit comments

Comments
 (0)