File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Web
2929[ Npgsql] ( https://github.com/npgsql/Npgsql ) | Install-Package Npgsql | Yes | Yes | [ npgsql.org] ( http://www.npgsql.org )
3030[ NEST] ( https://github.com/elastic/elasticsearch-net ) | Install-Package NEST -Pre | Yes | Yes | [ elastic.** co** ] ( https://www.elastic.co )
3131[ StackExchange.Redis] ( https://github.com/StackExchange/StackExchange.Redis ) | Install-Package StackExchange.Redis -Pre | Yes | Yes |
32- MySQL | Install-Package MySql.Data.Core -Pre | Yes | Yes |
32+ [ MySQL] ( https://github.com/mysql/mysql-connector-net ) | Install-Package MySql.Data -Pre | Yes | Yes |
33+ [ MongoDB] ( https://github.com/mongodb/mongo-csharp-driver ) | Install-Package mongocsharpdriver | Yes | Yes |
3334[ NPoco] ( https://github.com/schotime/NPoco ) | Install-Package NPoco | Yes | Yes |
3435[ Chloe] ( https://github.com/shuxinqin/Chloe/tree/master/src/DotNetCore ) | | Yes | Yes |
3536
@@ -42,7 +43,7 @@ Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Web
4243Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Website
4344------- | --------------------- | ----------------- | -------------------- | -------
4445[ JsonRpc] ( https://github.com/edjCase/JsonRpc ) |Install-Package EdjCase.JsonRpc.Router | Yes | Yes |
45- [ grpc ] ( http://www.grpc.io ) || Yes | Yes | [ c#] ( http://www.grpc.io/docs/quickstart/csharp.html )
46+ [ gRPC ] ( http://www.grpc.io ) |Install-Package Grpc -Pre | Yes | Yes | [ c#] ( http://www.grpc.io/docs/quickstart/csharp.html )
4647
4748
4849## Message Queuing
You can’t perform that action at this time.
0 commit comments