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 issue StackExchange.Redis strongname
pull/380/head
Ramón Tomás
7 years ago
parent
b1de7f8b7c
commit
5c19eef316
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/BuildingBlocks/DataProtection/DataProtection/DataProtection.csproj
+1
-0
test/Services/IntegrationTests/IntegrationTests.csproj
+ 1
- 1
src/BuildingBlocks/DataProtection/DataProtection/DataProtection.csproj
View File
@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="1.1.2" />
<PackageReference Include="StackExchange.Redis
" Version="1.2.6
" />
<PackageReference Include="StackExchange.Redis
.StrongName" Version="1.2.4
" />
</ItemGroup>
</Project>
+ 1
- 0
test/Services/IntegrationTests/IntegrationTests.csproj
View File
@ -50,6 +50,7 @@
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="2.0.0" />
<PackageReference Include="Microsoft.DotNet.InternalAbstractions" Version="1.0.0" />
<PackageReference Include="xunit" Version="2.3.0" />
<PackageReference Include="StackExchange.Redis.strongname" Version="1.2.4" />
</ItemGroup>
<ItemGroup>
Write
Preview
Loading…
Cancel
Save