Commit 5d22762e authored by 叶礼飞's avatar 叶礼飞

Fix Service Method attribute and nuget package command in readme

parent 45963f5e
...@@ -33,25 +33,25 @@ This is a diagram of the CAP working in the ASP.NET Core MicroService architectu ...@@ -33,25 +33,25 @@ This is a diagram of the CAP working in the ASP.NET Core MicroService architectu
You can run the following command to install the CAP in your project. You can run the following command to install the CAP in your project.
``` ```
PM> Install-Package DotNetCore.CAP -Pre PM> Install-Package DotNetCore.CAP
``` ```
If your Message Queue is using Kafka, you can: If your Message Queue is using Kafka, you can:
``` ```
PM> Install-Package DotNetCore.CAP.Kafka -Pre PM> Install-Package DotNetCore.CAP.Kafka
``` ```
If your Message Queue is using RabbitMQ, you can: If your Message Queue is using RabbitMQ, you can:
``` ```
PM> Install-Package DotNetCore.CAP.RabbitMQ -Pre PM> Install-Package DotNetCore.CAP.RabbitMQ
``` ```
CAP provides EntityFramework as default database store extension (The MySQL version is under development): CAP provides EntityFramework as default database store extension (The MySQL version is under development):
``` ```
PM> Install-Package DotNetCore.CAP.SqlServer -Pre PM> Install-Package DotNetCore.CAP.SqlServer
``` ```
### Configuration ### Configuration
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment