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
Switch the Locations Api event store to in-memory storage because CAP requires MongoDB version to be larger than 4.0 and enable clustering to use the local storage transaction provided by MongoDB
pull/970/head
Savorboard
6 years ago
parent
1a0ed01636
commit
384119eef4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Services/Location/Locations.API/Locations.API.csproj
+ 1
- 1
src/Services/Location/Locations.API/Locations.API.csproj
View File
@ -14,7 +14,7 @@
<PackageReference Include="DotNetCore.CAP" Version="2.5.0-preview-69219007" />
<PackageReference Include="DotNetCore.CAP.AzureServiceBus" Version="2.5.0-preview-69219007" />
<PackageReference Include="DotNetCore.CAP.RabbitMQ" Version="2.5.0-preview-69219007" />
<PackageReference Include="DotNetCore.CAP.
MongoDB
" Version="2.5.0-preview-69219007" />
<PackageReference Include="DotNetCore.CAP.
InMemoryStorage
" Version="2.5.0-preview-69219007" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.2.1" />
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.6.1" />
<PackageReference Include="Microsoft.ApplicationInsights.Kubernetes" Version="1.0.2" />
Write
Preview
Loading…
Cancel
Save