Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySu authored Dec 11, 2023
1 parent e2cdd3f commit e8bbd31
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Samples/All/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

| 文件夹 | 说明 |
|--------|--------|
| net8-mvc | 【推荐】.NET 8.0 示例,可用于直接部署
| net7-mvc | .NET 7.0 示例,可用于直接部署
| net6-mvc | .NET 6.0 示例,可用于直接部署
| console | 命令行注册过程演示 Demo(接口调可参考 Web 项目)
| net8-mvc | 【快速更新,推荐】.NET 8.0 示例,可用于直接部署
| net7-mvc | 【停止更新】.NET 7.0 示例,可用于直接部署
| net6-mvc | 【停止更新】.NET 6.0 示例,可用于直接部署
| console | 【正常更新】命令行注册过程演示 Demo(接口调可参考 Web 项目)
| net45-mvc | 【停止更新】ASP.NET 4.5 MVC 示例,可用于直接部署,此项目中包含了 CommonServices 项目,供其他各 Sample 公用
| Senparc.Weixin.Sample.CommonService | 所有 Sample 中共享的公共代码库(仅为 Sample 服务,和 SDK 源码无关)
| Senparc.Weixin.Sample.Shared | 所有 Sample 中共享的 wwwroot 等静态文件资源(仅为 Sample 服务,和 SDK 源码无关)
| notebook | 用于运行 Polyglot Notebooks 的 VS code 示例
| notebook | 用于运行 Polyglot Notebooks 的 VS code 示例

> 注意: net45-mvc Sample 自 2022 年 5 月 4 日起,升级为 .NET Framework 4.6.2,并将一直支持到微软官方停止对该版本的支持,其后升级到 .NET Framework 4.8。为了方便交流,暂时保留 `net45` 这个名字,用以代表 .NET Framework Sample。
Expand Down

0 comments on commit e8bbd31

Please sign in to comment.