From b1de7f8b7c13cd41a23cae1d3b945b52c5c09606 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Fri, 20 Oct 2017 17:56:49 -0700 Subject: [PATCH] Fix for the PackageReference Include="StackExchange.Redis" regression bug at DataProtection.csproj which was referencing a local Redis.StrongName package --- .../DataProtection/DataProtection/DataProtection.csproj | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/BuildingBlocks/DataProtection/DataProtection/DataProtection.csproj b/src/BuildingBlocks/DataProtection/DataProtection/DataProtection.csproj index 2052e7552..29e23b4d3 100644 --- a/src/BuildingBlocks/DataProtection/DataProtection/DataProtection.csproj +++ b/src/BuildingBlocks/DataProtection/DataProtection/DataProtection.csproj @@ -7,12 +7,7 @@ - - - - - ..\..\..\..\..\..\..\..\..\Program Files\dotnet\sdk\NuGetFallbackFolder\stackexchange.redis.strongname\1.2.4\lib\netstandard1.5\StackExchange.Redis.StrongName.dll - + \ No newline at end of file