Skip to content

Commit 507fa18

Browse files
committed
Update
1 parent d21f498 commit 507fa18

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Web
2626
[Npgsql](https://github.com/npgsql/Npgsql) | Install-Package Npgsql | Yes | Yes | [npgsql.org](http://www.npgsql.org)
2727
[NEST](https://github.com/elastic/elasticsearch-net) | Install-Package NEST -Pre | Yes | Yes | [elastic.**co**](https://www.elastic.co)
2828
[StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) | Install-Package StackExchange.Redis -Pre | Yes | Yes |
29-
[MySQL](https://github.com/SapientGuardian/mysql-connector-net-netstandard) | Install-Package SapientGuardian.MySql.Data -Pre | Yes | Yes |
29+
MySQL | Install-Package MySql.Data.Core -Pre | Yes | Yes |
3030
[NPoco](https://github.com/schotime/NPoco) | Install-Package NPoco | Yes | Yes |
31+
[Chloe](https://github.com/shuxinqin/Chloe/tree/master/src/DotNetCore) | | Yes | Yes |
3132

3233
## Image
3334
Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Website
@@ -53,7 +54,7 @@ Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Web
5354
Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Website
5455
------- | --------------------- | ----------------- | -------------------- | -------
5556
[Autofac](https://github.com/autofac/Autofac) | Install-Package Autofac -Pre | Yes | Yes | [autofac.org](http://autofac.org/)
56-
[SimpleInjector](https://github.com/simpleinjector/SimpleInjector) | Install-Package SimpleInjector -Version 3.1.5 | Yes | Yes | [simpleinjector.org](https://simpleinjector.org)
57+
[SimpleInjector](https://github.com/simpleinjector/SimpleInjector) | Install-Package SimpleInjector | Yes | Yes | [simpleinjector.org](https://simpleinjector.org)
5758
[StructureMap](https://github.com/structuremap/structuremap) | Install-Package StructureMap | Yes | Yes | [structuremap.github.io](https://structuremap.github.io)
5859
ASP.NET Core contains built-in [DI](https://docs.asp.net/en/latest/fundamentals/dependency-injection.html)
5960

@@ -84,6 +85,8 @@ Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Web
8485
[HtmlAgilityPack](https://github.com/linezero/HtmlAgilityPack) | | Yes | Yes |
8586
[Orchard](https://github.com/OrchardCMS/Orchard2) | | | | [orchardproject.net](http://orchardproject.net)
8687
[YesSql](https://github.com/sebastienros/yessql) | | Yes | Yes |
88+
[WeiXinMPSDK](https://github.com/JeffreySu/WeiXinMPSDK) | Install-Package Senparc.Weixin.MP | Yes | Yes |
89+
[Hangfire](https://github.com/HangfireIO/Hangfire) | Install-Package HangFire | Yes | Yes |
8790
[NETCoreBBS](https://github.com/linezero/NETCoreBBS) | | | |
8891

8992
# License

0 commit comments

Comments
 (0)