Browse Source

Fix for the PackageReference Include="StackExchange.Redis" regression bug at DataProtection.csproj which was referencing a local Redis.StrongName package

pull/380/head
Cesar De la Torre 7 years ago
parent
commit
b1de7f8b7c
1 changed files with 1 additions and 6 deletions
  1. +1
    -6
      src/BuildingBlocks/DataProtection/DataProtection/DataProtection.csproj

+ 1
- 6
src/BuildingBlocks/DataProtection/DataProtection/DataProtection.csproj View File

@ -7,12 +7,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="1.1.2" />
</ItemGroup>
<ItemGroup>
<Reference Include="StackExchange.Redis.StrongName">
<HintPath>..\..\..\..\..\..\..\..\..\Program Files\dotnet\sdk\NuGetFallbackFolder\stackexchange.redis.strongname\1.2.4\lib\netstandard1.5\StackExchange.Redis.StrongName.dll</HintPath>
</Reference>
<PackageReference Include="StackExchange.Redis" Version="1.2.6" />
</ItemGroup>
</Project>

Loading…
Cancel
Save