You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -37,7 +37,7 @@ To use Liquid, you create a new base ASP.Net Core application and then download
37
37
38
38
And then choose the implementation cartridges you need to your project, for sample:
39
39
- You can choose to expose an API using an HTTP endpoint (then install [`Liquid.WebApi.Http`](https://www.nuget.org/packages/Liquid.WebApi)) or using a Grpc ([`Liquid.WebApi.Grpc`](https://www.nuget.org/packages/Liquid.Grpc))
40
-
- You can choose to use MongoDB as your data repository (then install [`Liquid.Data.MongoDB`](https://www.nuget.org/packages/Liquid.Data.MongoDB)) or to use the Entity Framework ([`Liquid.Data.EntityFramework`](https://www.nuget.org/packages/Liquid.Data.EntityFramework))
40
+
- You can choose to use MongoDB as your data repository (then install [`Liquid.Repository.MongoDB`](https://www.nuget.org/packages/Liquid.Repository.MongoDB)) or to use the Entity Framework ([`Liquid.Repository.EntityFramework`](https://www.nuget.org/packages/Liquid.Repository.EntityFramework))
41
41
- You can choose to use Azure ServiceBus as your messaging platform (then install [`Liquid.Messaging.Azure`](https://www.nuget.org/packages/Liquid.Messaging.Azure)) or to use AWS SQS ([`Liquid.Messaging.Aws`](https://www.nuget.org/packages/Liquid.Messaging.Aws))
42
42
43
43
@@ -55,7 +55,7 @@ In any case, be sure to take a look at [the contributing guide](CONTRIBUTING.md)
0 commit comments