This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
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
f671cc692b
commit
b1de7f8b7c
1 changed files
with
1 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save