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

This commit is contained in:
Cesar De la Torre 2017-10-20 17:56:49 -07:00
parent f671cc692b
commit b1de7f8b7c

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>