Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/dotnetcore/osharp
Browse files Browse the repository at this point in the history
  • Loading branch information
gmf520 committed Nov 20, 2023
2 parents 325f253 + e1a651e commit 47ba926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

## <span id="01">OSharp 简介</span>

OSharp 全称 OSharp Framework with .NetStandard2.x,是一个基于.NetStandard2.x 开发的一个.NetCore 快速开发框架。这个框架使用最新稳定版的.NetCore SDK(当前是.NET Core 3.1),对 AspNetCore 的配置、依赖注入、日志、缓存、实体框架、Mvc(WebApi)、身份认证、权限授权等模块进行更高一级的自动化封装,并规范了一套业务实现的代码结构与操作流程,使 .Net Core 框架更易于应用到实际项目开发中。
OSharp是一个基于.Net6.0+开发的一个.Net快速开发框架。这个框架使用最新稳定版的.Net SDK(当前是.NET 6.0),对 AspNetCore 的配置、依赖注入、日志、缓存、实体框架、Mvc(WebApi)、身份认证、权限授权等模块进行更高一级的自动化封装,并规范了一套业务实现的代码结构与操作流程,使 .Net Core 框架更易于应用到实际项目开发中。

### 项目地址
- Github: [https://github.com/dotnetcore/osharp](https://github.com/dotnetcore/osharp)
Expand Down

0 comments on commit 47ba926

Please sign in to comment.