|
3 | 3 | ## Contents |
4 | 4 | - [ORM/DBs](#ormdbs) |
5 | 5 | - [Image](#image) |
6 | | - - [RPC](#RPC) |
| 6 | + - [RPC](#rpc) |
7 | 7 | - [Message Queuing](#message-queuing) |
8 | 8 | - [Web](#web) |
9 | 9 | - [DI / IoC Containers](#di--ioc-containers) |
@@ -37,7 +37,7 @@ Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Web |
37 | 37 | ## Image |
38 | 38 | Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Website |
39 | 39 | ------- | --------------------- | ----------------- | -------------------- | ------- |
40 | | -[ImageProcessorCore](https://github.com/JimBobSquarePants/ImageProcessor/tree/Core) | Not yet ([myget](https://www.myget.org/gallery/imageprocessor)) | Yes | Yes | [imageprocessor.org](http://imageprocessor.org) |
| 40 | +[ImageSharp](https://github.com/JimBobSquarePants/ImageSharp) | Not yet ([myget](https://www.myget.org/gallery/imagesharp)) | Yes | Yes | [imageprocessor.org](http://imageprocessor.org) |
41 | 41 |
|
42 | 42 | ## RPC |
43 | 43 | Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Website |
@@ -105,13 +105,15 @@ Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Web |
105 | 105 | [YesSql](https://github.com/sebastienros/yessql) | | Yes | Yes | |
106 | 106 | [WeiXinMPSDK](https://github.com/JeffreySu/WeiXinMPSDK) | Install-Package Senparc.Weixin.MP | Yes | Yes | |
107 | 107 | [Hangfire](https://github.com/HangfireIO/Hangfire) | Install-Package HangFire | Yes | Yes | |
108 | | -[Quartz.NET](https://github.com/quartznet/quartznet) | Install-Package Quartz -Pre | Yes | Yes | |
| 108 | +[Quartz.NET](https://github.com/quartznet/quartznet) | Install-Package Quartz -Pre | Yes | Yes | |
| 109 | +[IdentityServer4](https://github.com/IdentityServer/IdentityServer4) | Install-Package IdentityServer4 -Pre | Yes | Yes | |
109 | 110 |
|
110 | 111 | ## Project |
111 | 112 |
|
112 | 113 | Project | Website |
113 | 114 | ------- | ------- |
114 | 115 | [Orchard](https://github.com/OrchardCMS/Orchard2) | [orchardproject.net](http://orchardproject.net) |
| 116 | +[MusicStore](https://github.com/aspnet/MusicStore) | |
115 | 117 | [NETCoreBBS](https://github.com/linezero/NETCoreBBS) | |
116 | 118 |
|
117 | 119 | # License |
|
0 commit comments